feat: 地理位置授权
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user