forked from zhouruizhe/gmTouringMiniApp
Compare commits
2
Commits
zuozhou
...
02b7a72080
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
02b7a72080 | ||
|
|
21d19b91f1 |
+11
-2
@@ -15,7 +15,16 @@
|
|||||||
"outputPath": ""
|
"outputPath": ""
|
||||||
},
|
},
|
||||||
"useCompilerPlugins": false,
|
"useCompilerPlugins": false,
|
||||||
"minifyWXML": true
|
"minifyWXML": true,
|
||||||
|
"compileWorklet": false,
|
||||||
|
"uploadWithSourceMap": true,
|
||||||
|
"packNpmManually": false,
|
||||||
|
"minifyWXSS": true,
|
||||||
|
"localPlugins": false,
|
||||||
|
"disableUseStrict": false,
|
||||||
|
"condition": false,
|
||||||
|
"swc": false,
|
||||||
|
"disableSWC": true
|
||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"srcMiniprogramRoot": "dist/dev/mp-weixin/",
|
"srcMiniprogramRoot": "dist/dev/mp-weixin/",
|
||||||
@@ -24,7 +33,7 @@
|
|||||||
"ignore": [],
|
"ignore": [],
|
||||||
"include": []
|
"include": []
|
||||||
},
|
},
|
||||||
"appid": "wx946b42048d117dde",
|
"appid": "wxa3abd3957b0eb47b",
|
||||||
"editorSetting": {},
|
"editorSetting": {},
|
||||||
"condition": {}
|
"condition": {}
|
||||||
}
|
}
|
||||||
+2
-2
@@ -46,7 +46,7 @@
|
|||||||
},
|
},
|
||||||
"quickapp": {},
|
"quickapp": {},
|
||||||
"mp-weixin": {
|
"mp-weixin": {
|
||||||
"appid": "wx946b42048d117dde",
|
"appid": "touristappid",
|
||||||
"setting": {
|
"setting": {
|
||||||
"urlCheck": true
|
"urlCheck": true
|
||||||
},
|
},
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
"startLocationUpdate",
|
"startLocationUpdate",
|
||||||
"onLocationChange"
|
"onLocationChange"
|
||||||
],
|
],
|
||||||
"projectname": "【prod】光明文旅地图"
|
"projectname": "【dev】光明文旅地图"
|
||||||
},
|
},
|
||||||
"mp-alipay": {
|
"mp-alipay": {
|
||||||
"usingComponents": true
|
"usingComponents": true
|
||||||
|
|||||||
Reference in New Issue
Block a user