From ae871a642fb691a02050821b2e099cc6a38bbaf1 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Wed, 13 Jul 2022 11:30:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Kanban2.vue | 6 +++--- src/pages/Login.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Kanban2.vue b/src/pages/Kanban2.vue index 9f8d2b4..2c32719 100644 --- a/src/pages/Kanban2.vue +++ b/src/pages/Kanban2.vue @@ -202,9 +202,9 @@ export default { } }, mounted () { - this._getEchart() - this._getEchart1() - this._getEchart2() + // this._getEchart() + // this._getEchart1() + // this._getEchart2() }, methods: { _getEchart () { diff --git a/src/pages/Login.vue b/src/pages/Login.vue index 4cfb540..b935377 100644 --- a/src/pages/Login.vue +++ b/src/pages/Login.vue @@ -147,7 +147,7 @@ export default { } else if (this.stationCode === '090') { this.$router.push('/storageData') } else { - // 二期看板修改,原先的先注释 + // 原先看板+新看板 // this.$router.push('/producedata') this.$router.push('/kanbanSelect') }