From d77bebd375548ec616f29366352b177c9635c6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98937886381=E2=80=99?= <‘937886381@qq.com’> Date: Fri, 4 Jul 2025 09:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 4 ++-- src/views/monitoring/equipmentVisualize/index.vue | 11 +++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.env.dev b/.env.dev index 6d104d2f..e59053c1 100644 --- a/.env.dev +++ b/.env.dev @@ -13,7 +13,7 @@ VUE_APP_TITLE = 智能监控分析系统 # 芋道管理系统/开发环境 # VUE_APP_BASE_API = 'http://192.168.8.22:48080' -VUE_APP_BASE_API = 'http://172.16.32.21:48080' +VUE_APP_BASE_API = 'http://172.16.32.79:48080' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true @@ -22,7 +22,7 @@ VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_APP_TENANT_ENABLE = true # 验证码的开关 -VUE_APP_CAPTCHA_ENABLE = true +VUE_APP_CAPTCHA_ENABLE = true # 文档的开关 VUE_APP_DOC_ENABLE = true diff --git a/src/views/monitoring/equipmentVisualize/index.vue b/src/views/monitoring/equipmentVisualize/index.vue index 9a144a58..bfae92c2 100644 --- a/src/views/monitoring/equipmentVisualize/index.vue +++ b/src/views/monitoring/equipmentVisualize/index.vue @@ -248,12 +248,11 @@ export default { this.lineArr = response.data; this.lineArr.forEach((item, index) => { const num = [ - '', - '1672847052717821953', - '1672847052717821954', - '1686260211054157825', - '1701892552632770122', - '1714562503683465331', + '20001', + '20002', + '20003', + '20004', + '20005', ].indexOf(item.id); if (num > 0) { item.num = num;