From 2522b0f5f4c3571b3cdbe1f68b68c2fb4e2ed255 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 21 Jan 2026 15:59:53 +0800
Subject: [PATCH] feat:区域弹窗名称调整,样式调整
---
applications/mobile-web-view/src/appComponents/workMap/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/applications/mobile-web-view/src/appComponents/workMap/index.vue b/applications/mobile-web-view/src/appComponents/workMap/index.vue
index 3173e2b..948d848 100644
--- a/applications/mobile-web-view/src/appComponents/workMap/index.vue
+++ b/applications/mobile-web-view/src/appComponents/workMap/index.vue
@@ -12,7 +12,7 @@
<script setup>
import { searchGeocoder } from '@/utils/util'
import mapnavIcon from '@/appDataSource/appwork/mapnav.svg'
-import incidentPoint from '@/appDataSource/appwork/positioning.svg'
+import incidentPoint from '@/appDataSource/appwork/positioning1.svg'
import userLocationIcon from '@/appDataSource/leafletMapIcon/user-location.svg'
import locationIcon from '@/appDataSource/leafletMapIcon/location-icon.svg'
import { useStore } from 'vuex'
--
Gitblit v1.9.3