完善公告时间戳

This commit is contained in:
jiayuqi7813
2022-07-01 02:10:00 +08:00
parent 2c9b4a7f4f
commit 0af9d9a010
5 changed files with 36 additions and 4 deletions

View File

@@ -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',