This commit is contained in:
yunkexin 2025-10-29 11:54:39 +08:00
parent 28bcd27085
commit 502bdd5941

View File

@ -129,9 +129,9 @@ if (process.env.CUSTOM_PLATFORM === "dev") {
return `${this.uni_app_web_local_api_url}:${apis}` return `${this.uni_app_web_local_api_url}:${apis}`
}, },
uni_app_web_url: "", uni_app_web_url: "",
uni_app_web_api_url: APP_ENV === 'release' ? "http://xmmhe.com" : "http://121.41.2.71", uni_app_web_api_url: APP_ENV === 'release' ? "http://124.117.209.78" : "http://121.41.2.71",
uni_app_web_source_url: APP_ENV === 'release' ? "http://xmmhe.com:5199" : "http://121.41.2.71:5199", uni_app_web_source_url: APP_ENV === 'release' ? "http://124.117.209.78:5199" : "http://121.41.2.71:5199",
uni_app_web_local_api_url: APP_ENV === 'release' ? "http://xmmhe.com" : uni_app_web_local_api_url: APP_ENV === 'release' ? "http://124.117.209.78" :
"http://121.41.2.71" //打包测试: 121.41.2.71 开发可 localhost "http://121.41.2.71" //打包测试: 121.41.2.71 开发可 localhost
} }