forked from zhouruizhe/gmTouringMiniApp
Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc6e87e06c | ||
|
|
02b7a72080 | ||
|
|
14ca296d7d | ||
|
|
21d19b91f1 | ||
|
|
941fd13859 |
+11
-2
@@ -15,7 +15,16 @@
|
||||
"outputPath": ""
|
||||
},
|
||||
"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",
|
||||
"srcMiniprogramRoot": "dist/dev/mp-weixin/",
|
||||
@@ -24,7 +33,7 @@
|
||||
"ignore": [],
|
||||
"include": []
|
||||
},
|
||||
"appid": "wx946b42048d117dde",
|
||||
"appid": "wxa3abd3957b0eb47b",
|
||||
"editorSetting": {},
|
||||
"condition": {}
|
||||
}
|
||||
+2
-2
@@ -46,7 +46,7 @@
|
||||
},
|
||||
"quickapp": {},
|
||||
"mp-weixin": {
|
||||
"appid": "wx946b42048d117dde",
|
||||
"appid": "touristappid",
|
||||
"setting": {
|
||||
"urlCheck": true
|
||||
},
|
||||
@@ -61,7 +61,7 @@
|
||||
"startLocationUpdate",
|
||||
"onLocationChange"
|
||||
],
|
||||
"projectname": "【prod】光明文旅地图"
|
||||
"projectname": "【dev】光明文旅地图"
|
||||
},
|
||||
"mp-alipay": {
|
||||
"usingComponents": true
|
||||
|
||||
Reference in New Issue
Block a user