feat: 地理位置授权

This commit is contained in:
eric
2022-11-21 10:38:38 +08:00
parent 8e30656e64
commit 04cbc3adbd
13 changed files with 115 additions and 69 deletions

View File

@@ -10,14 +10,13 @@ export default {
"pages/mountainPeak/index",
"pages/my/index",
"pages/my/components/Version/index",
],
],
permission: {
"scope.userLocation": {
desc: "你的位置信息将用于小程序位置接口的效果展示", // 高速公路行驶持续后台定位
},
},
requiredPrivateInfos: ["getLocation", "chooseLocation"],
window: {
backgroundTextStyle: "light",
navigationBarBackgroundColor: "#fff",