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

---
 applications/mobile-web-view/src/appPages/work/workDetail/mapWork/index.vue |    1 -
 1 files changed, 0 insertions(+), 1 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..aa86957 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,7 +14,6 @@
 <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)

--
Gitblit v1.9.3