[小程序] 小程序代码按需加载
This commit is contained in:
parent
731e7c6edc
commit
63568f8433
@ -14,7 +14,8 @@
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
}
|
||||
},
|
||||
"ignoreUploadUnusedFiles": true
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "2.27.1",
|
||||
|
@ -56,6 +56,7 @@ export default defineAppConfig({
|
||||
// }
|
||||
]
|
||||
},
|
||||
"lazyCodeLoading": "requiredComponents",
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "你的位置信息将用于体温上报"
|
||||
|
Loading…
Reference in New Issue
Block a user