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') }