From 552238172036acf08ccf36134282a06b5e21b936 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 22 五月 2026 18:07:49 +0800
Subject: [PATCH] 代码生成
---
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