From a9b2a4de7d80c701b43b998aaa96967df2bb8d2a Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 26 Feb 2026 17:26:45 +0800
Subject: [PATCH] feat:https和http

---
 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