From 64adb432af57444f42c6b6b8236dad80d05927dd Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期三, 13 八月 2025 16:19:52 +0800 Subject: [PATCH] 完成用气管理 --- vite.config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vite.config.js b/vite.config.js index 0100f5c..b96c1d4 100644 --- a/vite.config.js +++ b/vite.config.js @@ -8,8 +8,8 @@ const { VITE_APP_ENV } = env; const baseUrl = VITE_APP_ENV == "development" - ? "http://192.168.10.2:7003" // 寮�鍙戠幆澧冨悗绔帴鍙� - : "http://114.132.189.42:7003"; // 鐢熶骇鐜鍚庣鎺ュ彛 + ? "http://114.132.189.42:8092" // 寮�鍙戠幆澧冨悗绔帴鍙� + : "http://114.132.189.42:8092"; // 鐢熶骇鐜鍚庣鎺ュ彛 return { // 閮ㄧ讲鐢熶骇鐜鍜屽紑鍙戠幆澧冧笅鐨刄RL銆� -- Gitblit v1.9.3