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/tDriver/tDriver_look.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver_look.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver_look.html
index e05878b..9d3cb27 100644
--- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver_look.html
+++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver_look.html
@@ -18,7 +18,7 @@
                                     <div id="driveCardImgUrlPreId">
                                         <div>
                                             @if(isEmpty(item.driveCardImgUrl)){
-                                            <img onclick="lookBigImg('${ctxPath}/static/img/NoPIC.png')" src="${ctxPath}/static/img/NoPIC.png" style="max-width:150px;">
+                                            <img onclick="lookBigImg('${ctxPath}/djadmin/static/img/NoPIC.png')" src="${ctxPath}/djadmin/static/img/NoPIC.png" style="max-width:150px;">
                                             @}else{
                                             <img onclick="lookBigImg('${item.driveCardImgUrl}')" src="${item.driveCardImgUrl}" style="max-width:250px;">
                                             @}
@@ -45,7 +45,7 @@
                                     <div id="headImgUrlPreId">
                                         <div>
                                             @if(isEmpty(item.headImgUrl)){
-                                            <img onclick="lookBigImg('${ctxPath}/static/img/NoPIC.png')" src="${ctxPath}/static/img/NoPIC.png" style="max-width:150px;">
+                                            <img onclick="lookBigImg('${ctxPath}/djadmin/static/img/NoPIC.png')" src="${ctxPath}/djadmin/static/img/NoPIC.png" style="max-width:150px;">
                                             @}else{
                                             <img onclick="lookBigImg('${item.headImgUrl}')" src="${item.headImgUrl}" style="max-width:250px;">
                                             @}
@@ -66,5 +66,5 @@
 
     </div>
 </div>
-<script src="${ctxPath}/static/modular/system/tDriver/tDriver_info.js"></script>
+<script src="${ctxPath}/djadmin/static/modular/system/tDriver/tDriver_info.js"></script>
 @}

--
Gitblit v1.7.1