From c60ff5a68d23853978a5f53c36867c6a2195ceca Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期六, 07 六月 2025 09:38:11 +0800
Subject: [PATCH] *

---
 src/main/webapp/views/index.html |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 088a6f8..b2aeede 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -724,7 +724,9 @@
                             }
                         }
                     });
-
+                    // setTimeout(function() {
+                    //
+                    // }, 1000);
                 },
                 getValueSystem() {
                     let that = this;
@@ -744,11 +746,11 @@
                 },
                 upDateValueSystem(){
                     let that = this;
+                    let operatorTypeI = 0;
+                    if (that.valueSystem){
+                        operatorTypeI = 1;
+                    }
                     this.verifyPassword(() => {
-                        let operatorTypeI = 0;
-                        if (that.valueSystem){
-                            operatorTypeI = 1;
-                        }
                         $.ajax({
                             url: baseUrl + "/console/system/switch",
                             headers: {'token': localStorage.getItem('token')},

--
Gitblit v1.9.1