1.
陶杰
2024-10-17 5f902ea187c8d36e11ca129d02bf5ad72b29005d
manifest.json
@@ -1,5 +1,5 @@
{
    "name" : "hmy_farmer",
    "name" : "hmy_supplier",
    "appid" : "__UNI__EF9B7A3",
    "description" : "",
    "versionName" : "1.0.0",
@@ -52,10 +52,22 @@
        "appid" : "wx3203fd935a6ffe09",
        "setting" : {
            "urlCheck" : false,
            "es6" : true
            "es6" : true,
            "minified" : true
        },
        "usingComponents" : true,
        "plugins" : {}
        "permission" : {
            "scope.userLocation" : {
                "desc" : "获取店铺位置与实现蓝牙打印功能"
            }
        },
        "requiredPrivateInfos" : [ "chooseLocation" ],
        "plugins" : {},
      "lazyCodeLoading": "requiredComponents"
    },
    // "chooseLocation" : {
    //     "version" : "1.0.10",
    //     "provider" : "wx76a9a06e5b4e693e"
    // },
    "vueVersion" : "2"
}