Commit d3e8c5c929d239b655e3daf2f4d4af7805c8f5ac

Authored by 后端研发-倪永富
1 parent 5a2a5d3e

修改setting.js的url

Showing 1 changed file with 2 additions and 1 deletions
setting.js
... ... @@ -2,7 +2,8 @@ module.exports = {
2 2 appName: "派派通",
3 3 versionCode: "1.0.0",
4 4 appLogo: "../../../images/logo.png",
5   - url: "https://test-weshop.yolipai.net",
  5 + // url: "https://test-weshop.yolipai.net",
  6 + url: "https://test-weshop.xinda100.cn",
6 7 //url:"https://weshop.yolipai.net", //外网的网址
7 8 //url:"http://172.20.3.121:8085", //明海的网址
8 9 //url:"http://172.20.3.102:8085", //自己的网址
... ...