From 312a1f52833024e2f63541e615b0fb4affd3a0a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=7E=E6=B5=B7=7E=E7=88=B1=E6=B5=B7=E7=88=B1?= =?UTF-8?q?=E6=B5=B7=7E=E5=8F=B3?= <1828712314@qq.com> Date: Fri, 28 Feb 2025 11:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9B=BE=E7=89=87=E9=A2=84?= =?UTF-8?q?=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 4 ++-- sub/task/log.vue | 28 ++++++++++++++++------------ 2 files changed, 18 insertions(+), 14 deletions(-) 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 {