shish hace 3 años
padre
commit
b0c2098be9

+ 3 - 0
ghsApp/src/manifest.json

@@ -164,6 +164,9 @@
         "setting" : {
             "urlCheck" : false
         },
+        "optimization" : {
+            "subPackages" : true
+        },
         "usingComponents" : true,
         "permission" : {
             "scope.userLocation" : {

+ 3 - 0
jdApp/src/manifest.json

@@ -170,6 +170,9 @@
                 "desc" : "请点击确定"
             }
         },
+        "optimization" : {
+            "subPackages" : true
+        },
         "lazyCodeLoading":"requiredComponents"
     },
     "mp-alipay" : {

+ 3 - 0
mallApp/src/manifest.json

@@ -65,6 +65,9 @@
                 "desc" : "获取位置信息后为您提供个性化推荐"
             }
         },
+        "optimization" : {
+            "subPackages" : true
+        },
         "lazyCodeLoading":"requiredComponents"
     },
     "mp-alipay" : {

+ 3 - 0
开发/ghsApp/src/manifest.json

@@ -170,6 +170,9 @@
                 "desc" : "请点击确定"
             }
         },
+        "optimization" : {
+            "subPackages" : true
+        },
         "lazyCodeLoading":"requiredComponents"
     },
     "mp-alipay" : {

+ 3 - 0
开发/jdApp/src/manifest.json

@@ -170,6 +170,9 @@
                 "desc" : "请点击确定"
             }
         },
+        "optimization" : {
+            "subPackages" : true
+        },
         "lazyCodeLoading":"requiredComponents"
     },
     "mp-alipay" : {

+ 3 - 0
开发/mallApp/src/manifest.json

@@ -59,6 +59,9 @@
         "setting" : {
             "urlCheck" : false
         },
+        "optimization" : {
+            "subPackages" : true
+        },
         "usingComponents" : true,
         "permission" : {
             "scope.userLocation" : {