From afe41c97ce98ade2fa0c3dd50f93129faebb4bb9 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Wed, 18 Dec 2024 16:05:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 1 + manifest.json | 3 --- pages/subPack/projectManage/projectManage.vue | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/api/api.js b/api/api.js index da4c185..dbca900 100644 --- a/api/api.js +++ b/api/api.js @@ -123,6 +123,7 @@ const config = { url: '/clock/project/list', method: 'GET', auth : true, + showLoading : true, }, // 设置项目经纬度 clockProjectLocation: { diff --git a/manifest.json b/manifest.json index 191c879..8705619 100644 --- a/manifest.json +++ b/manifest.json @@ -60,9 +60,6 @@ "permission" : { "scope.userLocation" : { "desc" : "你的位置信息将用于小程序位置接口的效果展示" - }, - "scope.userFuzzyLocation" : { - "desc" : "你的位置信息将用于小程序位置接口的效果展示" } }, "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ], diff --git a/pages/subPack/projectManage/projectManage.vue b/pages/subPack/projectManage/projectManage.vue index c9dd9bf..2ba1ddb 100644 --- a/pages/subPack/projectManage/projectManage.vue +++ b/pages/subPack/projectManage/projectManage.vue @@ -33,7 +33,7 @@ - 维度: + 纬度: {{ item.lat }}