From e9a7cddce776382916e975402986144a88899ac5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 14 五月 2026 18:29:14 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun
---
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