From dae86b63c99a427127eb0a153b2179a313fd0f8d Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Tue, 25 Feb 2025 17:12:32 +0800 Subject: [PATCH] 213 --- config/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common.js b/config/common.js index 2e35faf..14d5300 100644 --- a/config/common.js +++ b/config/common.js @@ -129,7 +129,7 @@ if (process.env.CUSTOM_PLATFORM === "dev") { 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:3199" : "http://47.122.43.22:3199", uni_app_web_local_api_url: APP_ENV === 'release' ? "http://xmmhe.com" : "http://47.122.43.22", //打包测试: 47.122.43.22 开发可 localhost - uni_app_url: APP_ENV === 'release' ? "http://xmmhe.com:9100" : "http://47.122.43.22:9100" + uni_app_url: APP_ENV === 'release' ? "http://xmmhe.com:9100" : "http:// 47.122.43.22:9100" //打包测试: 47.122.43.22 开发可 localhost }