From f8ca27209594d67dd766c8a58d7842364147d6bf Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期四, 18 九月 2025 17:18:45 +0800 Subject: [PATCH] 修改安全漏洞 --- management/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html index 46e2c07..aa84b74 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/userActivity/userActivity_edit.html @@ -1,5 +1,5 @@ @layout("/common/_container.html"){ -<link href="${ctxPath}/static/css/plugins/switchery/switchery.css" rel="stylesheet"> +<link href="${ctxPath}/djadmin/static/css/plugins/switchery/switchery.css" rel="stylesheet"> <style> .table1{ display: inline; @@ -453,8 +453,8 @@ </div> </div> -<script src="${ctxPath}/static/js/plugins/switchery/switchery.js"></script> -<script src="${ctxPath}/static/modular/system/userActivity/userActivity_info.js"></script> +<script src="${ctxPath}/djadmin/static/js/plugins/switchery/switchery.js"></script> +<script src="${ctxPath}/djadmin/static/modular/system/userActivity/userActivity_info.js"></script> <script> var elem = document.querySelector('.js-switch'); var switchery = new Switchery(elem,{size:"large"}); -- Gitblit v1.7.1