Quellcode durchsuchen

提交车间代码

Lijy vor 6 Monaten
Ursprung
Commit
ce10e448a0

+ 4 - 0
fhKeeper/formulahousekeeper/timesheet-workshop/src/views/settings/settings.vue

@@ -34,6 +34,10 @@
         <div style="width:400px;margin:0 auto;padding:20px;">
             <h3>系统部署</h3>
             <el-form style="padding:35px;">
+                <el-form-item label="系统日志" >
+                    <span>{{ param.h5Url }}</span>
+                    <el-button type="primary" size="small" style="margin-left: 32px;"><a style="text-decoration:none; color:#fff" href="/api/common/downLoadLog">下载日志</a></el-button>
+                </el-form-item>
                 <el-form-item label="前端H5安装包" >
                     <span>{{ param.h5Url }}</span>
                     <el-upload ref="upload" action="#" :limit="1" :http-request="importH5" :show-file-list="false">