更新
This commit is contained in:
@@ -35,6 +35,10 @@ export const constantRoutes: Array<RouteRecordRaw> = [
|
||||
path: PageEnum.LOGIN,
|
||||
component: () => import('@/views/account/login.vue')
|
||||
},
|
||||
{
|
||||
path: '/change-password',
|
||||
component: () => import('@/views/account/change-password.vue')
|
||||
},
|
||||
{
|
||||
path: '/user',
|
||||
component: LAYOUT,
|
||||
|
||||
Reference in New Issue
Block a user