From 3e11635b5a87e8b538d246cee4eda8daaf2a89b1 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Tue, 1 Jul 2025 10:48:27 +0800 Subject: [PATCH] 213456 --- config/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common.js b/config/common.js index cab46f0..284b32a 100644 --- a/config/common.js +++ b/config/common.js @@ -126,7 +126,7 @@ if (process.env.CUSTOM_PLATFORM === "dev") { uni_app_web_url: "", uni_app_web_api_url: APP_ENV === 'release' ? "http://xmmhe.com" : "http://47.122.43.22", uni_app_web_source_url: APP_ENV === 'release' ? "http://xmmhe.com:7199" : "http://47.122.43.22:7199", - uni_app_web_local_api_url: APP_ENV === 'release' ? "http://xmmhe.com" : "http://47.122.43.22" //打包测试: 47.122.43.22 开发可 localhost + uni_app_web_local_api_url: APP_ENV === 'release' ? "http://xmmhe.com" : "http://localhost" //打包测试: 47.122.43.22 开发可 localhost }