pages.json配置requiredPrivateInfos
{
"pages": [],
"requiredPrivateInfos": ["getLocation"],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFF",
"backgroundColor": "#FFF"
},
"tabBar": {
"color": "#999",
"selectedColor": "#222",
"list": []
}
}
1 个回复
DCloud_UNI_Anne
详见文档 中写的在 manifest.json mp-weixin 中配置