diff --git a/App.vue b/App.vue index 4c9d31f..4b13473 100644 --- a/App.vue +++ b/App.vue @@ -54,4 +54,4 @@ .custom-file-picker .file-picker__box-content { // display: none } - \ No newline at end of file + diff --git a/manifest.json b/manifest.json index d4a5a53..8253fa2 100644 --- a/manifest.json +++ b/manifest.json @@ -62,7 +62,10 @@ "appid" : "uni.app.UNIA21EF43", "privacyDescription" : { "NSBluetoothPeripheralUsageDescription" : "需要蓝牙访问权限,用于设备通信", - "NSBluetoothAlwaysUsageDescription" : "需要蓝牙访问权限,用于设备通信" + "NSBluetoothAlwaysUsageDescription" : "需要蓝牙访问权限,用于设备通信", + "NSLocationWhenInUseUsageDescription" : "App需要您的同意,才能在使用期间访问位置", + "NSLocationAlwaysUsageDescription" : "App需要您的同意,才能始终访问位置", + "NSLocationAlwaysAndWhenInUseUsageDescription" : "App需要您的同意,才能始终访问位置" }, "dSYMs" : false }, diff --git a/pages/common/map/index.vue b/pages/common/map/index.vue index bf29939..fa1488b 100644 --- a/pages/common/map/index.vue +++ b/pages/common/map/index.vue @@ -1,8 +1,8 @@