From ccd4d2e772dfb8cbc89df1abd733d0838ab09ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=BE=AE=E4=B8=80=E7=AC=91?= <709648985@qq.com> Date: Mon, 4 Aug 2025 17:33:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4map=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 +- manifest.json | 5 +- pages/common/map/index.vue | 238 ++++++------------------------------- 3 files changed, 40 insertions(+), 205 deletions(-) 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 @@