web
2025-07-08 a1aca8be99e62ea683fd8d7db82d7a480f5d0305
manifest.json
@@ -50,11 +50,20 @@
    /* 快应用特有相关 */
    "mp-weixin" : {
        /* 小程序特有相关 */
        "appid" : "",
        "appid" : "wxd361a7f92bb0c73a",
        "setting" : {
            "urlCheck" : false
        },
        "usingComponents" : true
        "usingComponents" : true,
        "unipush" : {
            "enable" : false
        },
        "lazyCodeLoading" : "requiredComponents",
        "permission" : {
            "scope.userLocation" : {
                "desc" : "你的位置信息将用于计算设备与您的距离"
            }
        }
    },
    "vueVersion" : "3"
}