Commit 2afcff949f286bb5dac486484923d6a8b2560d1e
1 parent
6341715b
QA环境基础修改
Showing
3 changed files
with
12 additions
and
16 deletions
app.js
project.config.json
... | ... | @@ -14,8 +14,8 @@ |
14 | 14 | }, |
15 | 15 | "compileType": "miniprogram", |
16 | 16 | "libVersion": "2.2.4", |
17 | - "appid": "wx2ea7cdd3ef52cdff", | |
18 | - "projectname": "miaosha", | |
17 | + "appid": "wx7406a86b64b58a1d", | |
18 | + "projectname": "QA_MShopWeApp", | |
19 | 19 | "debugOptions": { |
20 | 20 | "hidedInDevtools": [] |
21 | 21 | }, | ... | ... |
setting.js
1 | 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 | 11 | \ No newline at end of file | ... | ... |