From 8c15ddabb65e6736fb176104fde850fb35e42423 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期三, 25 六月 2025 10:38:50 +0800
Subject: [PATCH] #

---
 zy-asrs-wms/src/main/webapp/views/index.html |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-wms/src/main/webapp/views/index.html b/zy-asrs-wms/src/main/webapp/views/index.html
index 38e38f7..0d8647b 100644
--- a/zy-asrs-wms/src/main/webapp/views/index.html
+++ b/zy-asrs-wms/src/main/webapp/views/index.html
@@ -48,6 +48,9 @@
 <!--      <li class="layui-nav-item" lay-unselect>-->
 <!--        <a ew-event="note" title="渚跨"><i class="layui-icon layui-icon-note"></i></a>-->
 <!--      </li>-->
+      <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>
+      </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>
       </li>
@@ -166,6 +169,23 @@
       }
     });
 
+    // $.ajax({
+    //   url: baseUrl + "/license/getLicenseDays",
+    //   headers: {'token': localStorage.getItem('token')},
+    //   method: 'POST',
+    //   success: function (res) {
+    //     if (res.code == 200) {
+    //       let days = res.data
+    //       if (days <= 30) {
+    //         $("#licenseShow").show()
+    //         $("#licenseDays").html(days)
+    //       }
+    //     }else {
+    //       top.location.href = baseUrl + "/login";
+    //     }
+    //   }
+    // });
+
     // 榛樿鍔犺浇涓婚〉
     index.loadHome({
       menuPath: baseUrl + '/views/home/navigation.html',

--
Gitblit v1.9.1