This commit is contained in:
wyw 2025-07-01 10:48:27 +08:00
parent 489efae9ea
commit 3e11635b5a

View File

@ -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
}