From 87b052cbd5bb44bf90ac4e9c4aeaf1cdcf5acf63 Mon Sep 17 00:00:00 2001
From: cpT <1@123>
Date: 星期日, 22 六月 2025 15:30:44 +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