shish 3 anni fa
parent
commit
095b0d54aa
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      ghsApp/src/manifest.json

+ 4 - 4
ghsApp/src/manifest.json

@@ -61,7 +61,7 @@
                     "entitlements" : {
                         "com.apple.developer.associated-domains" : [ "applinks:fronttg.wixhb.com" ]
                     }
-                }
+                }          
             },
             /* SDK配置 */
             "sdkConfigs" : {
@@ -164,15 +164,15 @@
         "setting" : {
             "urlCheck" : false
         },
-        "optimization" : {
-            "subPackages" : true
-        },
         "usingComponents" : true,
         "permission" : {
             "scope.userLocation" : {
                 "desc" : "请点击确定"
             }
         },
+        "optimization" : {
+            "subPackages" : true
+        },
         "lazyCodeLoading":"requiredComponents"
     },
     "mp-alipay" : {