MrShi
2026-04-17 f39ca3c49d26abd10f76fc67506b9c603a13547c
small-program/manifest.json
@@ -50,21 +50,23 @@
    /* 快应用特有相关 */
    "quickapp" : {},
    /* 小程序特有相关 */
   "optimization" :{"subPackages":true},
    "optimization" : {
        "subPackages" : true
    },
    "mp-weixin" : {
        "appid" : "wx332441ae5b12be7d",
        "appid" : "wxcd2b89fd2ff065f8",
        "setting" : {
            "urlCheck" : false,
            "es6": true,
            "postcss": true,
            "minified": true
        },
      "optimization":{
         "subPackages": true
      },
        "usingComponents": true,
      // "runmode": "liberate",
      "lazyCodeLoading": "requiredComponents" ,// 启用按需注入
            "es6" : true,
            "postcss" : true,
            "minified" : true
        },
        "optimization" : {
            "subPackages" : true
        },
        "usingComponents" : true,
        // "runmode": "liberate",
        "lazyCodeLoading" : "requiredComponents", // 启用按需注入
        "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ],
        "permission" : {
            "scope.userLocation" : {