From 0c92fd00fae033a2aa04bb65b2d32bd2c8f9fd4a Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 04 Feb 2026 15:48:34 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 applications/mobile-web-view/src/appPages/work/workDetail/mapWork/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/mobile-web-view/src/appPages/work/workDetail/mapWork/index.vue b/applications/mobile-web-view/src/appPages/work/workDetail/mapWork/index.vue
index b45f3ed..35bb0af 100644
--- a/applications/mobile-web-view/src/appPages/work/workDetail/mapWork/index.vue
+++ b/applications/mobile-web-view/src/appPages/work/workDetail/mapWork/index.vue
@@ -14,14 +14,14 @@
 <script setup>
 import WorkMap from '@/appComponents/workMap/index.vue'
 import { useRoute } from 'vue-router'
-import { showToast } from 'vant'
 import { useStore } from 'vuex'
 const store = useStore()
 const userInfo = computed(() => store?.state?.user?.userInfo)
 const route = useRoute()
 const mapCurrentDetail = ref({})
 onMounted(async () => {
-mapCurrentDetail.value = JSON.parse(decodeURIComponent(route.query.currentItem))
+// mapCurrentDetail.value = JSON.parse(decodeURIComponent(route.query.currentItem))
+mapCurrentDetail.value = JSON.parse(route.query.currentItem)
 
 })
 </script>

--
Gitblit v1.9.3