Showing
2 changed files
with
15 additions
and
5 deletions
@@ -9,7 +9,17 @@ | @@ -9,7 +9,17 @@ | ||
9 | "postcss": false, | 9 | "postcss": false, |
10 | "minified": false, | 10 | "minified": false, |
11 | "newFeature": true, | 11 | "newFeature": true, |
12 | - "autoAudits": false | 12 | + "coverView": true, |
13 | + "nodeModules": false, | ||
14 | + "autoAudits": false, | ||
15 | + "checkInvalidKey": true, | ||
16 | + "checkSiteMap": true, | ||
17 | + "uploadWithSourceMap": true, | ||
18 | + "babelSetting": { | ||
19 | + "ignore": [], | ||
20 | + "disablePlugins": [], | ||
21 | + "outputPath": "" | ||
22 | + } | ||
13 | }, | 23 | }, |
14 | "compileType": "miniprogram", | 24 | "compileType": "miniprogram", |
15 | "libVersion": "2.2.4", | 25 | "libVersion": "2.2.4", |
@@ -32,7 +42,7 @@ | @@ -32,7 +42,7 @@ | ||
32 | "list": [] | 42 | "list": [] |
33 | }, | 43 | }, |
34 | "miniprogram": { | 44 | "miniprogram": { |
35 | - "current": 14, | 45 | + "current": 15, |
36 | "list": [ | 46 | "list": [ |
37 | { | 47 | { |
38 | "id": -1, | 48 | "id": -1, |
@@ -128,10 +138,10 @@ | @@ -128,10 +138,10 @@ | ||
128 | "scene": 1011 | 138 | "scene": 1011 |
129 | }, | 139 | }, |
130 | { | 140 | { |
131 | - "id": -1, | 141 | + "id": 15, |
132 | "name": "定单确认", | 142 | "name": "定单确认", |
133 | "pathName": "pages/order/orderConfirm/orderConfirm", | 143 | "pathName": "pages/order/orderConfirm/orderConfirm", |
134 | - "query": "product_id=10014834&skup=14044&user_activity_id=1154", | 144 | + "query": "product_id=10014834&skup=14044&user_activity_id=1204", |
135 | "scene": 1011 | 145 | "scene": 1011 |
136 | } | 146 | } |
137 | ] | 147 | ] |
@@ -7,7 +7,7 @@ export default { | @@ -7,7 +7,7 @@ export default { | ||
7 | // production | 7 | // production |
8 | api: 'http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway', | 8 | api: 'http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway', |
9 | yohoApi: 'http://api-test3.dev.yohocorp.com', | 9 | yohoApi: 'http://api-test3.dev.yohocorp.com', |
10 | - yohoLogin: 'http://java-yoho-wechat.test3.ingress.dev.yohocorp.com', | 10 | + yohoLogin: 'http://api-test3.dev.yohocorp.com', |
11 | activityHost: 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com', | 11 | activityHost: 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com', |
12 | reportHost: 'https://app.yoho.cn/collect/v3', | 12 | reportHost: 'https://app.yoho.cn/collect/v3', |
13 | yasHost: 'https://analysis.yohobuy.com/yas_mobile' | 13 | yasHost: 'https://analysis.yohobuy.com/yas_mobile' |
-
Please register or login to post a comment