From ebb204c475193c5e0127f22737a296742a06b47c Mon Sep 17 00:00:00 2001 From: fan Date: Tue, 28 Jun 2022 15:04:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E9=93=81=E7=BB=BC=E5=90=88=E6=BC=94?= =?UTF-8?q?=E7=BB=83=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/shape/graph/Station/index.js | 1 - src/jmapNew/theme/datie_02/menus/index.vue | 9 +- src/jmapNew/theme/datie_02/menus/menuBar.vue | 273 +----------- src/store/modules/map.js | 3 - src/views/newMap/displayNew/menuDemon.vue | 6 +- src/views/newMap/jlmapNew/index.vue | 1 - .../jointTrainingNew/dispatcherStation.vue | 393 ++++++++++++++++++ src/views/newMap/jointTrainingNew/index.vue | 39 +- .../newMap/jointTrainingNew/menuSchema.vue | 7 + 9 files changed, 444 insertions(+), 288 deletions(-) create mode 100644 src/views/newMap/jointTrainingNew/dispatcherStation.vue diff --git a/src/jmapNew/shape/graph/Station/index.js b/src/jmapNew/shape/graph/Station/index.js index ab27d491e..a983a60bb 100644 --- a/src/jmapNew/shape/graph/Station/index.js +++ b/src/jmapNew/shape/graph/Station/index.js @@ -462,7 +462,6 @@ export default class Station extends Group { } } createVeryControl() { - console.log('createVeryControl', this.style.Station.StationControl.veryControl); const model = this.model; if (this.style.Station.StationControl.veryControl) { this.veryControl = new ESingleControl({ diff --git a/src/jmapNew/theme/datie_02/menus/index.vue b/src/jmapNew/theme/datie_02/menus/index.vue index c286588eb..b7dc8d15f 100644 --- a/src/jmapNew/theme/datie_02/menus/index.vue +++ b/src/jmapNew/theme/datie_02/menus/index.vue @@ -1,7 +1,7 @@