🎨 update

This commit is contained in:
2024-12-08 01:10:08 +08:00
parent dbdfd835bd
commit 4d9b23c443
73 changed files with 1248 additions and 328 deletions

View File

@@ -0,0 +1,11 @@
export default [
{
path: '/404',
name: '404',
component: () => import('@/views/404/NotFound.vue'),
meta: {
requiresAuth: false,
title: '404'
}
}
];