From 9c1f36d460cac104b6fb14d91b0b4c3542bf2a98 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Tue, 29 Apr 2025 15:52:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=B7=E7=AB=AF=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.prod | 2 +- .../coldDashboard/components/dataBox.vue | 20 +++--- src/views/dashboard/coldDashboard/index.vue | 66 ++++++++----------- 3 files changed, 40 insertions(+), 48 deletions(-) diff --git a/.env.prod b/.env.prod index 1c1f7a14..94c37a72 100644 --- a/.env.prod +++ b/.env.prod @@ -21,7 +21,7 @@ VUE_APP_BASE_API = '' PUBLIC_PATH = '' # ws地址 -WSURL = '100.64.0.45:48080' +VUE_APP_WS_API = 'ws://100.64.0.45:48080' # 二级部署路径 VUE_APP_APP_NAME ='yudao-admin' diff --git a/src/views/dashboard/coldDashboard/components/dataBox.vue b/src/views/dashboard/coldDashboard/components/dataBox.vue index 5dfdf9e7..d582de3f 100644 --- a/src/views/dashboard/coldDashboard/components/dataBox.vue +++ b/src/views/dashboard/coldDashboard/components/dataBox.vue @@ -16,36 +16,36 @@