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/tOrderCheck/tOrderCheck_detail.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tOrderCheck/tOrderCheck_detail.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tOrderCheck/tOrderCheck_detail.html index 7ee6e7f..eb63dd5 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tOrderCheck/tOrderCheck_detail.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tOrderCheck/tOrderCheck_detail.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>订单详情</title> - @{layout('/common/_container.html',{css:['/static/css/plugins/steps/jquery.steps.css']}){}} + @{layout('/common/_container.html',{css:['/djadmin/static/css/plugins/steps/jquery.steps.css']}){}} <style type="text/css"> .order-detail-container { display: flex; @@ -297,7 +297,7 @@ <i class="fa fa-close"></i> 关闭 </button> </div> -<script src="${ctxPath}/static/modular/system/tOrderCheck/tOrderCheck_info.js"></script> +<script src="${ctxPath}/djadmin/static/modular/system/tOrderCheck/tOrderCheck_info.js"></script> <script> // 将订单数据传递给JavaScript window.orderData = '${orderInfoStr}'; -- Gitblit v1.7.1