Commit 2afcff949f286bb5dac486484923d6a8b2560d1e
1 parent
6341715b
QA环境基础修改
Showing
3 changed files
with
12 additions
and
16 deletions
app.js
| @@ -13,7 +13,7 @@ App({ | @@ -13,7 +13,7 @@ App({ | ||
| 13 | config2: null, | 13 | config2: null, |
| 14 | code: null, | 14 | code: null, |
| 15 | heigth:0, | 15 | heigth:0, |
| 16 | - user_id: 5682068,// 4379287,// null,// 5682068, | 16 | + user_id: null,// 4379287,// null,// 5682068, |
| 17 | buy_now:null, | 17 | buy_now:null, |
| 18 | picklist:null, //门店列表 | 18 | picklist:null, //门店列表 |
| 19 | wuliuprice: null, //物流价格表 | 19 | wuliuprice: null, //物流价格表 |
project.config.json
| @@ -14,8 +14,8 @@ | @@ -14,8 +14,8 @@ | ||
| 14 | }, | 14 | }, |
| 15 | "compileType": "miniprogram", | 15 | "compileType": "miniprogram", |
| 16 | "libVersion": "2.2.4", | 16 | "libVersion": "2.2.4", |
| 17 | - "appid": "wx2ea7cdd3ef52cdff", | ||
| 18 | - "projectname": "miaosha", | 17 | + "appid": "wx7406a86b64b58a1d", |
| 18 | + "projectname": "QA_MShopWeApp", | ||
| 19 | "debugOptions": { | 19 | "debugOptions": { |
| 20 | "hidedInDevtools": [] | 20 | "hidedInDevtools": [] |
| 21 | }, | 21 | }, |
setting.js
| 1 | module.exports = { | 1 | module.exports = { |
| 2 | - appName: "派派通", | ||
| 3 | - versionCode: "1.0.0", | ||
| 4 | - appLogo: "../../../images/logo.png", | ||
| 5 | - url: "https://test-weshop.yolipai.net", | ||
| 6 | - //url:"https://weshop.yolipai.net", //外网的网址 | ||
| 7 | - //url:"http://172.20.3.121:8085", //明海的网址 | ||
| 8 | - //url:"http://172.20.3.102:8085", //自己的网址 | ||
| 9 | - banner_err:"../../../images/del/logo.png", | ||
| 10 | - imghost: "https://mshopimg.yolipai.net/", | ||
| 11 | - share: {}, | ||
| 12 | - stoid:1, | ||
| 13 | - | ||
| 14 | -}; | 2 | + appName: "美得得商户中心", |
| 3 | + versionCode: "1.3.1", | ||
| 4 | + appLogo: "../../../images/logo.png", | ||
| 5 | + url: "https://weshop.yolipai.net", | ||
| 6 | + banner_err: "../../../images/del/logo.png", | ||
| 7 | + imghost: "https://mshopimg.yolipai.net/", | ||
| 8 | + share: {}, | ||
| 9 | + stoid: 197, | ||
| 10 | +}; | ||
| 15 | \ No newline at end of file | 11 | \ No newline at end of file |