From 9234d0bafac8e83f668a63ed925819631a893b3b Mon Sep 17 00:00:00 2001 From: leiyun Date: Tue, 19 May 2026 22:33:10 +0800 Subject: [PATCH] fix --- config/env.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/env.js b/config/env.js index cf22a95..43c7ad5 100644 --- a/config/env.js +++ b/config/env.js @@ -1,7 +1,8 @@ const envConf = { // 开发版-本地环境 develop: { - BASE_URL: 'http://192.168.10.8:8361', + // BASE_URL: 'http://192.168.10.8:8361', + BASE_URL: 'https://cytx.csybhelp.com', }, // 体验版-测试环境 trial: {