From 6110ebf0c6d0fed8e45bc632709a33bba17d4e0a Mon Sep 17 00:00:00 2001
From: jxdnsong <592566207@qq.com>
Date: Tue, 25 Oct 2022 17:09:16 +0800
Subject: [PATCH] 修复首页地图bug

---
 src/styles/divforms/popup.scss |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/styles/divforms/popup.scss b/src/styles/divforms/popup.scss
index 8461a20..c3b45de 100644
--- a/src/styles/divforms/popup.scss
+++ b/src/styles/divforms/popup.scss
@@ -28,32 +28,32 @@
             }
 
             .come-nav {
-                background: url(/zhxy/img/icon/come.png) no-repeat;
+                background: url(/zhjg/img/icon/come.png) no-repeat;
                 background-size: 100% 100%;
             }
 
             .start-nav {
-                background: url(/zhxy/img/icon/start.png) no-repeat;
+                background: url(/zhjg/img/icon/start.png) no-repeat;
                 background-size: 100% 100%;
             }
 
             .qr-code-nav {
-                background: url(/zhxy/img/icon/qr-code.png) no-repeat;
+                background: url(/zhjg/img/icon/qr-code.png) no-repeat;
                 background-size: 100% 100%;
             }
 
             .atlas-nav {
-                background: url(/zhxy/img/icon/atlas.png) no-repeat;
+                background: url(/zhjg/img/icon/atlas.png) no-repeat;
                 background-size: 100% 100%;
             }
 
             .live-action-nav {
-                background: url(/zhxy/img/icon/live-action.png) no-repeat;
+                background: url(/zhjg/img/icon/live-action.png) no-repeat;
                 background-size: 100% 100%;
             }
 
             .monitor-nav {
-                background: url(/zhxy/img/icon/monitor.png) no-repeat;
+                background: url(/zhjg/img/icon/monitor.png) no-repeat;
                 background-size: 100% 100%;
             }
 
@@ -118,7 +118,7 @@
             }
 
             .location-icon {
-                background: url(/zhxy/img/icon/location.png) no-repeat;
+                background: url(/zhjg/img/icon/location.png) no-repeat;
                 background-size: 100% 100%;
             }
         }

--
Gitblit v1.9.3