From af4511906970c2dc3a58c6d267de55852c359457 Mon Sep 17 00:00:00 2001
From: pjb <pjb123456>
Date: 星期日, 28 十二月 2025 17:18:30 +0800
Subject: [PATCH] 许可证不检验地址

---
 src/main/webapp/views/index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index bbcb785..103e19f 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -495,7 +495,7 @@
                     this.getTableDataRight()
                     this.getTableDataRight1()
                     this.getValueSystem()
-                    this.getLicenseDays()
+                    // this.getLicenseDays()
 
                     setInterval(() => {
                         this.getTableDataRgv()
@@ -505,7 +505,7 @@
                         this.getTableDataRight()
                         this.getTableDataRight1()
                         this.getValueSystem()
-                        this.getLicenseDays()
+                        // this.getLicenseDays()
 
                     }, 1000)
                 },

--
Gitblit v1.9.1