diff --git a/setting.js b/setting.js new file mode 100644 index 0000000..8e3fdf6 --- /dev/null +++ b/setting.js @@ -0,0 +1,17 @@ +module.exports = { + appName: "派派通", + versionCode: "1.0.0", + appLogo: "../../../images/logo.png", + url: "https://test-weshop.xinda100.cn", + //url:"https://weshop.yolipai.net", //外网的网址 + //url:"https://qa-weshop.yolipai.net", //外网的网址 + //url:"http://172.20.3.41:8085", //明海的网址 + //url:"http://172.20.3.102:8085", //自己的网址 + banner_err:"../../../images/del/logo.png", + imghost: "https://mshopimg.yolipai.net/", + share: {}, + stoid:1 + +}; + +