From db0aaa2033a43c016ca165513faaee993117ecf8 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期五, 22 八月 2025 12:14:14 +0800 Subject: [PATCH] 修改bug --- management/guns-admin/src/main/webapp/WEB-INF/view/code/code.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/code/code.html b/management/guns-admin/src/main/webapp/WEB-INF/view/code/code.html index 6cececb..1ef9788 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/code/code.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/code/code.html @@ -95,7 +95,7 @@ </div> </div> </div> -<script src="${ctxPath}/static/js/common/select-list-object.js"></script> -<script src="${ctxPath}/static/modular/code/gen.js"></script> +<script src="${ctxPath}/djadmin/static/js/common/select-list-object.js"></script> +<script src="${ctxPath}/djadmin/static/modular/code/gen.js"></script> @} -- Gitblit v1.7.1