cpT
2025-06-22 87b052cbd5bb44bf90ac4e9c4aeaf1cdcf5acf63
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')},