sso优化
This commit is contained in:
@@ -53,6 +53,11 @@ const router = createRouter({
|
||||
name: 'dashboard',
|
||||
component: () => import('../views/DashboardView.vue'),
|
||||
},
|
||||
{
|
||||
path: 'account',
|
||||
name: 'account',
|
||||
component: () => import('../views/AccountView.vue'),
|
||||
},
|
||||
{
|
||||
path: 'base-data',
|
||||
redirect: '/base-data/organization',
|
||||
|
||||
Reference in New Issue
Block a user