diff --git a/config/common.js b/config/common.js index cc14512..ea2fa7f 100644 --- a/config/common.js +++ b/config/common.js @@ -129,9 +129,9 @@ if (process.env.CUSTOM_PLATFORM === "dev") { return `${this.uni_app_web_local_api_url}:${apis}` }, uni_app_web_url: "", - uni_app_web_api_url: APP_ENV === 'release' ? "http://xmmhe.com" : "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_local_api_url: APP_ENV === 'release' ? "http://xmmhe.com" : + 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://124.117.209.78:5199" : "http://121.41.2.71:5199", + uni_app_web_local_api_url: APP_ENV === 'release' ? "http://124.117.209.78" : "http://121.41.2.71" //打包测试: 121.41.2.71 开发可 localhost }