From 078ed98c52cce3c7c1d19e5c787a401b1e74a176 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Mon, 18 Aug 2025 11:05:25 +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 --- apps/web-antd/.env.production | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web-antd/.env.production b/apps/web-antd/.env.production index dc56f3d..3b9bb4f 100644 --- a/apps/web-antd/.env.production +++ b/apps/web-antd/.env.production @@ -1,7 +1,7 @@ VITE_BASE=/ # 接口地址 -VITE_GLOB_API_URL=https://mock-napi.vben.pro/api +VITE_GLOB_API_URL=https://iot-admin-web-api/api # 是否开启压缩,可以设置为 none, brotli, gzip VITE_COMPRESS=none @@ -22,7 +22,7 @@ VITE_ARCHIVER=true VITE_REFRESH_ROLE = true # 后端接口地址 -VITE_APP_API_ADDRESS=http://182.43.18.151:44317 +VITE_APP_API_ADDRESS=http://iot-admin-web-api:10500 # websocket地址 -VITE_WEBSOCKET_URL=http://182.43.18.151:44317/signalr/notification +VITE_WEBSOCKET_URL=http://iot-admin-web-api:10500/signalr/notification