1、配置
在所创项目下的manifest.json中进入微信小程序配置-->微信小程序权限配置-->位置
选完之后在manifest.json的源码视图的mp-weixin中会自动生成该行代码
2、在manifest.json的源码视图的mp-weixin中写以下代码
(如果只是选了上面的位置借口,还是会报错:
"getLocation:fail the api need to be declared in the requiredPrivateInfos field in app.json/ext.json")可以看到这还需要requiredPrivateInfos,继续配置
你想用什么配置什么
"requiredPrivateInfos": [
"getLocation"