完善公告时间戳
This commit is contained in:
@@ -57,6 +57,13 @@ const router = createRouter({
|
||||
path:'/admin',
|
||||
name:'Admin',
|
||||
component: () => import('../views/admin/index.vue'),
|
||||
children:[
|
||||
{
|
||||
path:'notification',
|
||||
name:'AdminNotification',
|
||||
component : () => import('../views/admin/AdminNotice.vue'),
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path:'/404',
|
||||
|
Reference in New Issue
Block a user