From a84767b4d299713cfe4c1623918015e040c81afb Mon Sep 17 00:00:00 2001 From: QM303176530 <303176530@qq.com> Date: Sun, 16 Aug 2020 20:27:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86warning=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/view/layout/aside/historyComponent/history.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/view/layout/aside/historyComponent/history.vue b/web/src/view/layout/aside/historyComponent/history.vue index 684e9d00..bff14667 100644 --- a/web/src/view/layout/aside/historyComponent/history.vue +++ b/web/src/view/layout/aside/historyComponent/history.vue @@ -147,7 +147,6 @@ export default { return item.name == this.rightActive } ) - console.log(right) this.$router.push(right) sessionStorage.setItem('historys', JSON.stringify(this.historys)) }, -- GitLab