From 8a899e63502939dbf034b90ba46741e0faa9023c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 08 五月 2026 18:49:32 +0800
Subject: [PATCH] 管理端bug修改

---
 app/App.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/app/App.vue b/app/App.vue
index 9a731a9..faa3c9e 100644
--- a/app/App.vue
+++ b/app/App.vue
@@ -257,6 +257,7 @@
 					type: 'gcj02',
 					success: (res) => {
 						console.log('瀹氭椂鏇存柊浣嶇疆:', res.latitude, res.longitude)
+						that.$store.commit('setLocation', { latitude: res.latitude, longitude: res.longitude })
 						that.$u.api.updateLocation({
 							latitude: res.latitude,
 							longitude: res.longitude

--
Gitblit v1.9.3