From 43bd3dd61d08d3ae8b14ce6535d0442627d8725c Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期日, 20 四月 2025 09:03:37 +0800
Subject: [PATCH] 初始化

---
 src/main/webapp/views/pipeline.html |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index 11507ba..4b186bc 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -58,10 +58,6 @@
                     <div class="io-mode-oper">
                         <fieldset>
                             <legend>鍏ュ嚭搴撴ā寮忥紙IO-Mode锛�</legend>
-                            <div class="io-mode-box">
-                                <label>2F</label>
-                                <button id="io-mode-2" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>
-                            </div>
                         </fieldset>
                     </div>
                     <!--            <div style="height: 40%">-->
@@ -225,7 +221,7 @@
                     if (e.modeVal === 3 || e.modeVal === 4) {
                         layer.confirm('纭畾鍒囨崲涓哄叆搴撴ā寮忓悧锛�',function () {
                             $.ajax({
-                                url: baseUrl+ "/site/io/mode/action/site",
+                                url: baseUrl+ "/site/io/mode/info/site",
                                 headers: {'token': localStorage.getItem('token')},
                                 data: {floor: e.floor},
                                 method: 'POST',

--
Gitblit v1.9.1