Commit 4724a194 by linboxuan

ucommune request hosts update

parent c7650b8f
...@@ -140,7 +140,8 @@ var settings = { ...@@ -140,7 +140,8 @@ var settings = {
if (this.env == "dev") { if (this.env == "dev") {
return "https://m-dev.ucommune.com/"// 优客测试环境 return "https://m-dev.ucommune.com/"// 优客测试环境
} else { } else {
return "https://m.ucommune.com/"// 优客正式环境 // return "https://m.ucommune.com/"// 优客正式环境
return "https://m-dev.ucommune.com/"// 6.29lin修改为测试环境。原因优客 目前还没有正式环境
} }
}, },
apiconfig: { apiconfig: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment