From ef02c70748fea8e07f302dcfd10ebb17fc30554c Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期三, 06 八月 2025 08:10:31 +0800 Subject: [PATCH] # --- src/main/java/com/zy/common/properties/SystemProperties.java | 2 +- src/main/webapp/views/index.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/common/properties/SystemProperties.java b/src/main/java/com/zy/common/properties/SystemProperties.java index ba6350b..594a423 100644 --- a/src/main/java/com/zy/common/properties/SystemProperties.java +++ b/src/main/java/com/zy/common/properties/SystemProperties.java @@ -63,7 +63,7 @@ // 鐢熸垚婵�娲荤爜 public static void main(String[] args) { - String timeStr = "2021-08-01 17:48:35"; + String timeStr = "2025-08-14 08:00:00"; Date exprTime = DateUtils.convert(timeStr); String code = AesUtils.encrypt(DateUtils.convert(exprTime, DateUtils.yyyyMMddHHmmss), SystemProperties.SALT); System.out.println("婵�娲荤爜锛�"+code); diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index c76f1c9..89b847b 100644 --- a/src/main/webapp/views/index.html +++ b/src/main/webapp/views/index.html @@ -41,6 +41,9 @@ </li> </ul> <ul class="layui-nav layui-layout-right"> + <li class="layui-nav-item" lay-unselect id="licenseShow" > + <div style="color: red;">涓存椂璁稿彲璇佹湁鏁堟湡鑷� 2025-08-14</div> + </li> <li class="layui-nav-item" lay-unselect> <a ew-event="note" title="渚跨"><i class="layui-icon layui-icon-note"></i></a> </li> -- Gitblit v1.9.1