From a371101a2bb32916441314536ba9083e1990f739 Mon Sep 17 00:00:00 2001 From: reco_luan Date: Wed, 8 May 2019 11:45:49 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96=E5=88=86=E7=B1=BB=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E7=82=B9=E5=87=BB=E5=88=86=E9=A1=B5=E5=90=8E?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E9=87=8F=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84?= =?UTF-8?q?bug=EF=BC=9B2.=E4=BC=98=E5=8C=96=E7=82=B9=E5=87=BB=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E5=90=8E=E5=88=87=E6=8D=A2=E5=85=B6=E4=BB=96=E5=88=86?= =?UTF-8?q?=E7=B1=BB=EF=BC=8C=E5=88=86=E9=A1=B5=E6=B2=A1=E6=9C=89=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Common.vue | 1 - components/NoteAbstract.vue | 12 +++--------- layouts/Category.vue | 9 ++++----- layouts/Tags.vue | 4 +--- 4 files changed, 8 insertions(+), 18 deletions(-) diff --git a/components/Common.vue b/components/Common.vue index d5da801..d52f567 100644 --- a/components/Common.vue +++ b/components/Common.vue @@ -142,7 +142,6 @@ export default { } this.isHasPageKey = pageKeys && pageKeys.indexOf(sessionStorage.getItem('pageKey')) > -1 - console.log(123, this.isHasPageKey, pageKeys) }, toggleSidebar (to) { this.isSidebarOpen = typeof to === 'boolean' ? to : !this.isSidebarOpen diff --git a/components/NoteAbstract.vue b/components/NoteAbstract.vue index a87064a..911be3a 100644 --- a/components/NoteAbstract.vue +++ b/components/NoteAbstract.vue @@ -1,8 +1,9 @@