From 40caddc08252ad3276832a14a69cfaf9f71b08c8 Mon Sep 17 00:00:00 2001
From: cp <513960435@qq.com>
Date: 星期二, 05 十一月 2024 08:53:41 +0800
Subject: [PATCH] 完善
---
zy-asrs-wms/src/main/webapp/views/index.html | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/zy-asrs-wms/src/main/webapp/views/index.html b/zy-asrs-wms/src/main/webapp/views/index.html
index fff8290..0d8647b 100644
--- a/zy-asrs-wms/src/main/webapp/views/index.html
+++ b/zy-asrs-wms/src/main/webapp/views/index.html
@@ -169,22 +169,22 @@
}
});
- $.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";
- }
- }
- });
+ // $.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({
--
Gitblit v1.9.1