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/tAgent/enterprisePage.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tAgent/enterprisePage.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tAgent/enterprisePage.html
index 7e51fd3..7e3720f 100644
--- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tAgent/enterprisePage.html
+++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tAgent/enterprisePage.html
@@ -286,10 +286,10 @@
         </div>
     </div>
 </div>
-<script src="${ctxPath}/static/modular/system/tAgent/tAgent_info.js"></script>
-<script src="${ctxPath}/static/modular/system/tAgent/tAgent.js"></script>
-<script src="${ctxPath}/static/js/qrcode.js"></script>
-<script src="${ctxPath}/static/js/jquery.qrcode.js"></script>
+<script src="${ctxPath}/djadmin/static/modular/system/tAgent/tAgent_info.js"></script>
+<script src="${ctxPath}/djadmin/static/modular/system/tAgent/tAgent.js"></script>
+<script src="${ctxPath}/djadmin/static/js/qrcode.js"></script>
+<script src="${ctxPath}/djadmin/static/js/jquery.qrcode.js"></script>
 <script type="text/javascript">
     let EnterprisePage = {
         table: null,

--
Gitblit v1.7.1