Commit a857a5125522a4edc13c810e21cfddd981b49900
1 parent
008d7115
设置的补上
Showing
1 changed file
with
17 additions
and
0 deletions
setting.js
0 → 100644
| 1 | +module.exports = { | ||
| 2 | + appName: "派派通", | ||
| 3 | + versionCode: "1.0.0", | ||
| 4 | + appLogo: "../../../images/logo.png", | ||
| 5 | + url: "https://test-weshop.xinda100.cn", | ||
| 6 | + //url:"https://weshop.yolipai.net", //外网的网址 | ||
| 7 | + //url:"https://qa-weshop.yolipai.net", //外网的网址 | ||
| 8 | + //url:"http://172.20.3.41:8085", //明海的网址 | ||
| 9 | + //url:"http://172.20.3.102:8085", //自己的网址 | ||
| 10 | + banner_err:"../../../images/del/logo.png", | ||
| 11 | + imghost: "https://mshopimg.yolipai.net/", | ||
| 12 | + share: {}, | ||
| 13 | + stoid:1 | ||
| 14 | + | ||
| 15 | +}; | ||
| 16 | + | ||
| 17 | + |