xuxueyang
2024-08-08 a165a1551f90457cca0d7c16fa8151da75ac1cfa
manifest.json
@@ -52,10 +52,20 @@
        "appid" : "wx3203fd935a6ffe09",
        "setting" : {
            "urlCheck" : false,
            "es6" : true
            "es6" : true,
            "minified" : true
        },
        "usingComponents" : true,
        "permission" : {
            "scope.userLocation" : {
                "desc" : "获取店铺位置与实现蓝牙打印功能"
            }
        },
        "plugins" : {}
    },
    // "chooseLocation" : {
    //     "version" : "1.0.10",
    //     "provider" : "wx76a9a06e5b4e693e"
    // }
    "vueVersion" : "2"
}