Skip to content

manifest.json

json
"mp-weixin" : {
    "appid" : "xxx",
    "setting" : {
        "urlCheck" : false,
        "es6" : true,
        "minified" : true
    },
    "usingComponents" : true,
    "permission" : {
        "scope.userLocation" : {
            "desc" : "获取位置显示距离最近的商铺"
        }
    }
}