From 13269bdb4ddd931f60c8319393004b5fee6989dd 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: Sun, 23 Feb 2025 13:48:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 4 +-- pages/{index.vue => index - 副本.vue} | 0 pages/task.vue | 11 ++----- sub/enterprise/edit.vue | 41 ++++++++++++++++++++----- sub/task/locate.vue | 2 +- utils/ruoyi.js | 14 +++++++++ 6 files changed, 53 insertions(+), 19 deletions(-) rename pages/{index.vue => index - 副本.vue} (100%) diff --git a/config.js b/config.js index 3833042..adb9198 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ // 应用全局配置 module.exports = { - // baseUrl: 'https://hb.jzce.com', - baseUrl: 'http://188.188.3.232:48080', + baseUrl: 'https://hb.jzce.com', + //baseUrl: 'http://188.188.3.232:48080', baseApi: '/admin-api', // 应用信息 appInfo: { diff --git a/pages/index.vue b/pages/index - 副本.vue similarity index 100% rename from pages/index.vue rename to pages/index - 副本.vue diff --git a/pages/task.vue b/pages/task.vue index d0247fe..aeedd4d 100644 --- a/pages/task.vue +++ b/pages/task.vue @@ -62,9 +62,7 @@ size="56" type="2d" color="#17c653" - :layer-color=" - task.status == '2' ? '#EAFFF1' : '#F1F1F4' - " + :layer-color="task.status == '2' ? '#EAFFF1' : '#F1F1F4'" :canvasId="`canvas-${task.id}`" >