diff --git a/config.js b/config.js index d098f7a..34dae4f 100644 --- a/config.js +++ b/config.js @@ -1,8 +1,8 @@ // 应用全局配置 module.exports = { // baseUrl: 'http://188.188.5.188:48080', - // baseUrl: 'https://hb.jzce.com', - baseUrl: 'http://188.188.3.232:48080', + baseUrl: 'https://hb.jzce.com', + // baseUrl: 'http://188.188.3.232:48080', // baseUrl: 'http://localhost:48080', baseApi: '/admin-api', imgUrl: 'https://hb.jzce.com', diff --git a/sub/task/log.vue b/sub/task/log.vue index 0644d0a..760c7cf 100644 --- a/sub/task/log.vue +++ b/sub/task/log.vue @@ -6,7 +6,7 @@ style="justify-content: space-between; align-items: center" > - * + * 处理意见 @@ -16,11 +16,14 @@ style="justify-content: space-between; align-items: center" > - * + * 上传证明 - + - * + * 截止日期 - + {{ $util.formatDate(detail.correctionTime, 'YYYY年M月D日') }} @@ -87,25 +90,26 @@ export default {