From bdbd5b9cc0268f5e6d609b99788989f29749ba09 Mon Sep 17 00:00:00 2001 From: lVAL Date: Thu, 21 Jan 2021 15:49:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20=E7=A6=8F=E5=B7=9E2?= =?UTF-8?q?=E7=8E=B0=E5=9C=B0=E5=AE=9A=E4=BD=8D=E5=8F=8D=E4=BD=8D=E5=8F=B3?= =?UTF-8?q?=E9=94=AE=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theme/foshan_01/menus/menuSwitch.vue | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/jmapNew/theme/foshan_01/menus/menuSwitch.vue b/src/jmapNew/theme/foshan_01/menus/menuSwitch.vue index 3592d34fe..42f6c6803 100644 --- a/src/jmapNew/theme/foshan_01/menus/menuSwitch.vue +++ b/src/jmapNew/theme/foshan_01/menus/menuSwitch.vue @@ -52,16 +52,16 @@ export default { menu: [], menuNormal: { Local: [ - { - label: '道岔强扳定位', - handler: this.locate, - cmdType:CMD.Switch.CMD_SWITCH_NORMAL_POSITION - }, - { - label: '道岔强扳反位', - handler: this.reverse, - cmdType:CMD.Switch.CMD_SWITCH_REVERSE_POSITION - }, + // { + // label: '道岔强扳定位', + // handler: this.locate, + // cmdType:CMD.Switch.CMD_SWITCH_NORMAL_POSITION + // }, + // { + // label: '道岔强扳反位', + // handler: this.reverse, + // cmdType:CMD.Switch.CMD_SWITCH_REVERSE_POSITION + // }, { label: '区段激活', handler: this.active,