getLocation:fail the api need to be declared in the requiredPrivateInfos field in app.json/ext.json

内容分享2小时前发布
0 0 0
报错现象

getLocation:fail the api need to be declared in the requiredPrivateInfos field in app.json/ext.json

解决方案

打开uniapp项目的配置文件manifest.json,选择“源码视图”。

getLocation:fail the api need to be declared in the requiredPrivateInfos field in app.json/ext.json

上代码

/* 小程序特有相关 */
    "mp-weixin": {
        "appid": "",
        "setting": {
            "urlCheck": true,
            "es6": true,
            "minified": true
        },
        "usingComponents": true,
        "permission": {
            "scope.userLocation": {
                "desc": "更加精准的推荐检测站位置"
            }
        },
        "requiredPrivateInfos": [
            "getLocation"
        ]
    },

© 版权声明

相关文章

暂无评论

none
暂无评论...