From cda105836213bf00a3b7233a735450880830379b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=99=E6=88=91?= <2731628804@qq.com> Date: Fri, 19 Dec 2025 15:16:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 + src/pages/patrolList/index.vue | 38 ++++++++++++++++++++++++++++------ 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index 91b2a75..405d686 100644 --- a/src/App.vue +++ b/src/App.vue @@ -31,6 +31,7 @@ const route = useRoute(); const bbTime = ref(null); //查询报备定时函数 let userInfo; let message = ref("版本已经更新,请退出重新登录!"); +let userLocation; try { userInfo = JSON.parse(window.localStorage.getItem("userInfo")); //用户信息 userLocation = JSON.parse(bridge.getLocation()); //手机端 diff --git a/src/pages/patrolList/index.vue b/src/pages/patrolList/index.vue index 887ca5c..0d3bd69 100644 --- a/src/pages/patrolList/index.vue +++ b/src/pages/patrolList/index.vue @@ -1,6 +1,7 @@