打包优化

This commit is contained in:
kron
2025-06-13 15:53:36 +08:00
parent b030717ed0
commit 22cf9c86b6
4 changed files with 13 additions and 141 deletions

View File

@@ -51,21 +51,21 @@
"mp-weixin": {
"appid": "wxa8f5989dcd45cc23",
"setting": {
"urlCheck": false
"urlCheck": false,
"minified": true,
"uglifyFileName": true,
"useCompilerModule": true,
"useIsolateContext": true
},
"lazyCodeLoading": "requiredComponents",
"usingComponents": true,
"darkmode": true,
"themeLocation": "theme.json",
"permission": {}
},
"mp-alipay": {
"usingComponents": true
},
"mp-baidu": {
"usingComponents": true
},
"mp-toutiao": {
"usingComponents": true
},
"vueVersion": "3"
"permission": {
"scope.userInfo": {
"desc": "用于完善用户资料"
}
},
"requiredPrivateInfos": ["getLocation", "chooseLocation"]
}
}