add register

This commit is contained in:
ljw
2024-10-31 15:12:46 +08:00
parent 31dbe5c8e2
commit d3031ae5d8
9 changed files with 209 additions and 6 deletions
+6 -1
View File
@@ -7,7 +7,12 @@ const constantRoutes = [
meta: { title: 'Login' },
component: () => import('@/views/login/login.vue'),
},
{
path: '/register',
name: 'Register',
meta: { title: 'Register' },
component: () => import('@/views/register/index.vue'),
},
{
path: '/404',
component: () => import('@/views/error-page/404.vue'),