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/static/security/eventInfo/eventInfo.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/static/eventInfo/eventInfo.js b/fzzy-igdss-web/src/main/resources/static/security/eventInfo/eventInfo.js
similarity index 99%
rename from fzzy-igdss-web/src/main/resources/static/eventInfo/eventInfo.js
rename to fzzy-igdss-web/src/main/resources/static/security/eventInfo/eventInfo.js
index e1fc848..3c56051 100644
--- a/fzzy-igdss-web/src/main/resources/static/eventInfo/eventInfo.js
+++ b/fzzy-igdss-web/src/main/resources/static/security/eventInfo/eventInfo.js
@@ -61,7 +61,7 @@
*/
function fetchEventInfoData(params, callback) {
$.ajax({
- url: '../../eventInfo/pageData',
+ url: '../../security/eventInfo/pageData',
type: 'POST',
dataType: "json",
contentType: "application/json;charset=UTF-8",
--
Gitblit v1.9.3