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 | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 1204dde..b2aeede 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -102,7 +102,7 @@
.task-bar-left1 {
position: fixed;
- top: 5%;
+ top: 8%;
/*transform: translateY(-50%);*/
width: 25%; /* 璁剧疆瀹藉害 */
background-color: rgba(255, 255, 255, 0); /* 鍗婇�忔槑鑳屾櫙 */
@@ -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