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

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

上代码
/* 小程序特有相关 */
"mp-weixin": {
"appid": "",
"setting": {
"urlCheck": true,
"es6": true,
"minified": true
},
"usingComponents": true,
"permission": {
"scope.userLocation": {
"desc": "更加精准的推荐检测站位置"
}
},
"requiredPrivateInfos": [
"getLocation"
]
},
© 版权声明
文章版权归作者所有,未经允许请勿转载。
相关文章
暂无评论...


