From 6ed70263efe02a6b302d938f5c1502c2fc4a9e28 Mon Sep 17 00:00:00 2001 From: zwl <1051256694@qq.com> Date: 星期日, 29 一月 2023 16:01:55 +0800 Subject: [PATCH] # --- src/main/webapp/views/pipeline.html | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html index f5a6f6c..a00cbae 100644 --- a/src/main/webapp/views/pipeline.html +++ b/src/main/webapp/views/pipeline.html @@ -59,8 +59,16 @@ <fieldset> <legend>鍏ュ嚭搴撴ā寮忥紙IO-Mode锛�</legend> <div class="io-mode-box"> + <label>F1</label> + <button id="io-mode-1" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button> + </div> + <div class="io-mode-box"> <label>F2</label> <button id="io-mode-2" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button> + </div> + <div class="io-mode-box"> + <label>F3</label> + <button id="io-mode-3" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button> </div> <div class="io-mode-box"> <label>F4</label> @@ -229,7 +237,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