From a9d82ee818e96249634927847060177aa7dafe6a Mon Sep 17 00:00:00 2001 From: yuanhao <yuanhao_2024> Date: 星期三, 04 六月 2025 10:14:38 +0800 Subject: [PATCH] fix: 根据后端修改验证 --- common/config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config.js b/common/config.js index 373b741..7952adf 100644 --- a/common/config.js +++ b/common/config.js @@ -1,8 +1,8 @@ /* 鍚勭璇锋眰url閰嶇疆 */ // 寮�鍙� const dev = { - baseUrl: 'http://172.16.60.115:8089', - VITE_APP_BASE: 'http://172.16.60.115:8001', + baseUrl: 'http://172.16.60.119:8069', + VITE_APP_BASE: 'http://172.16.60.119:8061', sftp: '', } // 绾夸笂 -- Gitblit v1.9.1