xuxueyang
2024-10-20 f4fd489475500b0d41dde019963307d217321d50
manifest.json
@@ -1,5 +1,5 @@
{
    "name" : "hmy_farmer",
    "name" : "hmy_supplier",
    "appid" : "__UNI__EF9B7A3",
    "description" : "",
    "versionName" : "1.0.0",
@@ -42,7 +42,9 @@
            },
            "ios" : {},
            /* ios打包配置 */
            "sdkConfigs" : {}
            "sdkConfigs" : {
                "geolocation" : {}
            }
        }
    },
    /* SDK配置 */
@@ -52,10 +54,22 @@
        "appid" : "wx3203fd935a6ffe09",
        "setting" : {
            "urlCheck" : false,
            "es6" : true
            "es6" : true,
            "minified" : true
        },
        "usingComponents" : true,
        "plugins" : {}
        "permission" : {
            "scope.userLocation" : {
                "desc" : "获取店铺位置与实现蓝牙打印功能"
            }
        },
        "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ],
        "plugins" : {},
        "lazyCodeLoading" : "requiredComponents"
    },
    // "chooseLocation" : {
    //     "version" : "1.0.10",
    //     "provider" : "wx76a9a06e5b4e693e"
    // },
    "vueVersion" : "2"
}