From 70defef9815d7e26d7787addef925ffa7fe0b15c Mon Sep 17 00:00:00 2001
From: jiazx0107 <jiazx0107@163.com>
Date: 星期一, 15 十二月 2025 14:48:19 +0800
Subject: [PATCH] 调整包名称
---
fzzy-igdss-web/src/main/resources/static/security/eventInfo/eventInfo.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/static/security/eventInfo/eventInfo.js b/fzzy-igdss-web/src/main/resources/static/security/eventInfo/eventInfo.js
index 6421a2c..24a1a58 100644
--- a/fzzy-igdss-web/src/main/resources/static/security/eventInfo/eventInfo.js
+++ b/fzzy-igdss-web/src/main/resources/static/security/eventInfo/eventInfo.js
@@ -195,8 +195,7 @@
String(d.getMonth() + 1).padStart(2, '0') + '-' +
String(d.getDate()).padStart(2, '0') + ' ' +
String(d.getHours()).padStart(2, '0') + ':' +
- String(d.getMinutes()).padStart(2, '0') + ':' +
- String(d.getSeconds()).padStart(2, '0');
+ String(d.getMinutes()).padStart(2, '0') ;
}
/**
--
Gitblit v1.9.3