Yansen 2 年前
父节点
当前提交
43a1265529
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/app.config.js

+ 2
- 1
src/app.config.js 查看文件

@@ -56,6 +56,7 @@ export default {
56 56
   },
57 57
   requiredPrivateInfos: [
58 58
 		"getLocation"
59
-	]
59
+	],
60
+  lazyCodeLoading: "requiredComponents"
60 61
 
61 62
 }