{
"pages": ["pages/index/index"],
"requiredPrivateInfos": [
"getFuzzyLocation",
"getLocation",
"onLocationChange",
"startLocationUpdateBackground"
"chooseAddress"
]
}
文档链接:https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html
文档中,关于app.json中配置项-》 requiredPrivateInfos -》 中 "startLocationUpdateBackground" 后缺少逗号,格式错误。