From ed7c4bb8f5808af2ad19cc554e2142daa415264e Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Thu, 29 Apr 2021 10:35:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E9=93=81=E7=BA=BF=E8=B7=AF=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/theme/datie_01/menus/index.vue | 2 +- .../theme/datie_01/menus/menuButton.vue | 54 ++++++++++++------- src/scripts/ProjectConfig.js | 21 ++++++-- src/views/login/index.vue | 53 +++++++++++------- src/views/newMap/displayCity/menuDemon.vue | 4 +- 5 files changed, 89 insertions(+), 45 deletions(-) diff --git a/src/jmapNew/theme/datie_01/menus/index.vue b/src/jmapNew/theme/datie_01/menus/index.vue index e83faddc5..f72e31776 100644 --- a/src/jmapNew/theme/datie_01/menus/index.vue +++ b/src/jmapNew/theme/datie_01/menus/index.vue @@ -1,7 +1,7 @@ - {{ projectDevice?'退出':$t('display.demon.back') }} + {{ projectDevice || project === 'wjls'?'退出':$t('display.demon.back') }} @@ -248,7 +248,7 @@ export default { }, async back() { this.isGoback = true; - if (this.projectDevice) { + if (this.projectDevice || this.project === 'wjls') { clearSimulation(this.group).then(res=>{ this.$store.dispatch('training/over').then(() => { this.$store.dispatch('LogOut').then(() => {