From d174064c9c48a409d8ee6cdc1d65a5ffe1b2ed0f Mon Sep 17 00:00:00 2001 From: lty <876263681@qq.com> Date: 星期二, 05 八月 2025 10:32:04 +0800 Subject: [PATCH] #许可证2.0 --- src/main/webapp/views/index.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index bf617ad..834ff6c 100644 --- a/src/main/webapp/views/index.html +++ b/src/main/webapp/views/index.html @@ -42,7 +42,7 @@ </ul> <ul class="layui-nav layui-layout-right"> <li class="layui-nav-item" lay-unselect id="licenseShow" style="display: none;user-select: none;"> - <div style="color: red;">璁稿彲璇佹湁鏁堟湡锛�<span id="licenseDays">29</span>澶�</div> + <div style="color: red;">涓存椂璁稿彲璇佹湁鏁堟湡锛�<span id="licenseDays">29</span>澶�</div> </li> <li class="layui-nav-item layui-hide-xs" lay-unselect> <a ew-event="fullScreen" title="鍏ㄥ睆"><i class="layui-icon layui-icon-screen-full"></i></a> @@ -150,6 +150,7 @@ if (days <= 30) { $("#licenseShow").show() $("#licenseDays").html(days) + alert("涓存椂璁稿彲鏈夋晥鏈燂細" + days + "澶�") } }else { top.location.href = baseUrl + "/login"; -- Gitblit v1.9.1