From 11d649e0de6490c53efe6df0ee10212ee6088d14 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期二, 14 十月 2025 11:59:30 +0800
Subject: [PATCH] 集成中台及正联功能

---
 management/guns-admin/src/main/webapp/WEB-INF/view/system/tHomePage/tHomePageMap.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tHomePage/tHomePageMap.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tHomePage/tHomePageMap.html
index 366a642..bec0a17 100644
--- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tHomePage/tHomePageMap.html
+++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tHomePage/tHomePageMap.html
@@ -88,7 +88,7 @@
         </div>
     </div>
 </div>
-<script src="${ctxPath}/static/modular/system/tHomePage/tOrder.js"></script>
+<script src="${ctxPath}/djadmin/static/modular/system/tHomePage/tOrder.js"></script>
 <script src="https://webapi.amap.com/loader.js"></script>
 
 <style type="text/css">
@@ -216,8 +216,8 @@
             M.forEach(function(marker) {
                 new AMap.Marker({
                     map: map,
-                    icon: marker[2]==301?'//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-1.png':((marker[2]==109||marker[2]==107||marker[2]==108)?'https://csxdj.obs.cn-south-1.myhuaweicloud.com/c1d2f38187de40daa353fcc70993288e.png':
-                            (marker[2]==101?'//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-3.png':'//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-4.png')
+                    icon: marker[2]==301?'//a.amap.com/jsapi_demos/djadmin/static/demo-center/icons/poi-marker-1.png':((marker[2]==109||marker[2]==107||marker[2]==108)?'https://csxdj.obs.cn-south-1.myhuaweicloud.com/c1d2f38187de40daa353fcc70993288e.png':
+                            (marker[2]==101?'//a.amap.com/jsapi_demos/djadmin/static/demo-center/icons/poi-marker-3.png':'//a.amap.com/jsapi_demos/djadmin/static/demo-center/icons/poi-marker-4.png')
                     ),
                     position: [marker[0], marker[1]],
                     offset: new AMap.Pixel(-13, -30)

--
Gitblit v1.7.1