Commit 90180d68c63410bfcd8e41d074548101e2a9473b
1 parent
eb0695a0
提价setting
Showing
1 changed file
with
4 additions
and
3 deletions
setting.js
... | ... | @@ -2,13 +2,14 @@ module.exports = { |
2 | 2 | appName: "派派通", |
3 | 3 | versionCode: "1.0.0", |
4 | 4 | appLogo: "../../../images/logo.png", |
5 | - url: "https://test-weshop.xinda100.cn", | |
5 | + //url: "https://test-weshop.xinda100.cn", | |
6 | 6 | //url:"https://weshop.yolipai.net", //外网的网址 |
7 | - //url:"https://qa-weshop.yolipai.net", //外网的网址 | |
8 | - //url:"http://172.20.3.41:8085", //明海的网址 | |
7 | + url:"https://qa-weshop.yolipai.net", //外网的网址 | |
8 | + //url:"http://172.20.3.148:8085", //明海的网址 | |
9 | 9 | //url:"http://172.20.3.102:8085", //自己的网址 |
10 | 10 | banner_err:"../../../images/del/logo.png", |
11 | 11 | imghost: "https://mshopimg.yolipai.net/", |
12 | + h5_host: "https://qa-mshop.yolipai.net/", //客服聊天使用 | |
12 | 13 | share: {}, |
13 | 14 | stoid:1 |
14 | 15 | ... | ... |