🐛 消息中心界面鉴权问题修复

This commit is contained in:
x ronger 2020-09-09 22:58:50 +08:00
parent d45a583afa
commit be61f751f9

View File

@ -13,6 +13,7 @@
export default {
name: "Notification",
middleware: 'authenticated',
components: {
NotificationList
},