rk
2026-04-23 3696830fbaf2fd97d98020087abf20917e491bdc
small-program/manifest.json
@@ -1,6 +1,6 @@
{
    "name" : "small-program",
    "appid" : "__UNI__4A05D60",
    "appid" : "__UNI__7685D86",
    "description" : "",
    "versionName" : "1.0.0",
    "versionCode" : "100",
@@ -50,21 +50,23 @@
    /* 快应用特有相关 */
    "quickapp" : {},
    /* 小程序特有相关 */
   "optimization" :{"subPackages":true},
    "optimization" : {
        "subPackages" : true
    },
    "mp-weixin" : {
        "appid" : "wx332441ae5b12be7d",
        "appid" : "wxb1b59320e803dc6c",
        "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" : {