From b427e1d0102d4b3b4263c7c6e572f29f9c50bef9 Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期四, 08 五月 2025 11:01:04 +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