登录注册+重置一半
This commit is contained in:
@@ -43,6 +43,16 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: 'Sign',
|
||||
component: () => import('../views/login/Sign.vue')
|
||||
},
|
||||
{
|
||||
path: '/reset',
|
||||
name: 'Reset',
|
||||
component: () => import('../views/login/Reset.vue')
|
||||
},
|
||||
{
|
||||
path: '/about',
|
||||
name: 'About',
|
||||
component: () => import('../views/login/About.vue')
|
||||
},
|
||||
]
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user