From be61f751f964ff56235a1d3ed05b3ff73e038ade Mon Sep 17 00:00:00 2001 From: x ronger Date: Wed, 9 Sep 2020 22:58:50 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=B6=88=E6=81=AF=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E9=89=B4=E6=9D=83=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/notification.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/notification.vue b/pages/notification.vue index 67c794a..58db8b0 100644 --- a/pages/notification.vue +++ b/pages/notification.vue @@ -13,6 +13,7 @@ export default { name: "Notification", + middleware: 'authenticated', components: { NotificationList },