feat: 忘记密码页面
This commit is contained in:
@@ -21,6 +21,11 @@ const router = createRouter({
|
||||
name: 'LoginPage',
|
||||
component: () => import('@/views/login/LoginPage.vue')
|
||||
},
|
||||
{
|
||||
path:'/reset',
|
||||
name:'ResetPage',
|
||||
component: () => import('@/views/login/ResetPage.vue')
|
||||
},
|
||||
{
|
||||
path: '/signup',
|
||||
name: 'SignupPage',
|
||||
|
||||
Reference in New Issue
Block a user