From 8678e9973f5a1d537f1b23fb99eb8d951eb97a91 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期二, 09 十二月 2025 11:25:58 +0800
Subject: [PATCH] 软件包修改

---
 fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/templates/eventInfo/eventInfo.html b/fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html
similarity index 96%
rename from fzzy-igdss-web/src/main/resources/templates/eventInfo/eventInfo.html
rename to fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html
index 4148cf0..4ae7291 100644
--- a/fzzy-igdss-web/src/main/resources/templates/eventInfo/eventInfo.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html
@@ -7,7 +7,7 @@
     <meta name="renderer" content="webkit">
     <th:block th:include="include :: header('AI浜嬩欢绠$悊')" />
     <link rel="stylesheet" type="text/css" th:href="@{/ajax/libs/layui-ruoyi/css/layui.css}"/>
-    <link rel="stylesheet" th:href="@{/eventInfo/eventInfo-style.css}">
+    <link rel="stylesheet" th:href="@{/security/eventInfo/eventInfo-style.css}">
 </head>
 <body class="gray-bg">
 <div class="container-div">
@@ -92,7 +92,7 @@
 </div>
 <th:block th:include="include :: footer" />
 <script th:src="@{/ajax/libs/layui-ruoyi/layui.js}"></script>
-<script th:src="@{/eventInfo/eventInfo.js}"></script>
+<script th:src="@{/security/eventInfo/eventInfo.js}"></script>
 <script th:inline="javascript">
     var currentPage = [[${currentPage}]];
     var totalItems = [[${totalItems}]];

--
Gitblit v1.9.3