tj
2025-06-05 b84ced02cc40cad7cdd99d80b54638f72ccab7e6
manifest.json
@@ -50,12 +50,22 @@
    "quickapp" : {},
    /* 小程序特有相关 */
    "mp-weixin" : {
        "appid" : "wx1441324401626290",
        // "appid" : "wxede6e3ad8e89693a",
        // "appid" : "wx1441324401626290",
        "appid" : "wxf2e5534be77e3a80",
        "setting" : {
            "urlCheck" : false
            "urlCheck" : false,
            "es6" : true,
            "minified" : true
        },
        "usingComponents" : true,
        "permission" : {
            "scope.userLocation" : {
                "desc" : "获取当前位置功能"
            }
        },
        "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ],
        "plugins": {},
        "lazyCodeLoading": "requiredComponents",
      "mergeVirtualHostAttributes" : true
    },
    "mp-alipay" : {