From 78122f6e7a9c07022d74f8991546834219181539 Mon Sep 17 00:00:00 2001 From: fan Date: Mon, 10 Jul 2023 10:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theme/components/menus/passiveDialog/control.vue | 1 - src/jmapNew/theme/datie_02/menus/menuButton.vue | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/jmapNew/theme/components/menus/passiveDialog/control.vue b/src/jmapNew/theme/components/menus/passiveDialog/control.vue index 93f3e8252..9e780d566 100644 --- a/src/jmapNew/theme/components/menus/passiveDialog/control.vue +++ b/src/jmapNew/theme/components/menus/passiveDialog/control.vue @@ -204,7 +204,6 @@ export default { if (!this.dialogShow) { let info = SimulationType[member.type]; - console.log(member.deviceCode, this.$store.getters['map/getDeviceByCode'](member.deviceCode), '********'); if (member.deviceCode) { const device = this.$store.getters['map/getDeviceByCode'](member.deviceCode); if (device) { diff --git a/src/jmapNew/theme/datie_02/menus/menuButton.vue b/src/jmapNew/theme/datie_02/menus/menuButton.vue index 5bcbd2bb7..cc3641479 100644 --- a/src/jmapNew/theme/datie_02/menus/menuButton.vue +++ b/src/jmapNew/theme/datie_02/menus/menuButton.vue @@ -2,7 +2,7 @@