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/home.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/home.html b/management/guns-admin/src/main/webapp/WEB-INF/view/home.html index b9308a3..0dba188 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/home.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/home.html @@ -259,6 +259,6 @@ <script type="text/javascript" src="https://webapi.amap.com/maps?v=1.4.15&key=c59c0ec8058a8305009eb315584e07d1"></script> <script src="https://webapi.amap.com/maps?v=1.4.15&key=c59c0ec8058a8305009eb315584e07d1&plugin=AMap.MouseTool"></script> <script type="text/javascript" src='https://a.amap.com/jsapi_demos/static/citys.js'></script> -<script src="${ctxPath}/static/home.js"></script> -<script src="${ctxPath}/static/js/jquery.sparkline 2.1.2.js"></script> +<script src="${ctxPath}/djadmin/static/home.js"></script> +<script src="${ctxPath}/djadmin/static/js/jquery.sparkline 2.1.2.js"></script> @} -- Gitblit v1.7.1