fix: 租户和系统用户的主页显示差异
This commit is contained in:
@@ -30,14 +30,16 @@ const constantRoutes: RouteRecordRaw[] = [
|
||||
path: '/',
|
||||
name: 'Root',
|
||||
component: BasicLayout,
|
||||
redirect: '/monitor/dashboard',
|
||||
redirect: '/index',
|
||||
// redirect: '/monitor/dashboard',
|
||||
children: [
|
||||
{
|
||||
path: '/index',
|
||||
name: 'Index',
|
||||
meta: { title: 'router.index', icon: 'icon-pcduan', hideInMenu: true },
|
||||
redirect: '/monitor/dashboard',
|
||||
// component: () => import('@/views/index.vue'),
|
||||
meta: { title: 'router.index', icon: 'icon-pcduan' },
|
||||
component: () => import('@/views/index.vue'),
|
||||
// meta: { title: 'router.index', icon: 'icon-pcduan', hideInMenu: true },
|
||||
// redirect: '/monitor/dashboard',
|
||||
},
|
||||
{
|
||||
path: '/account',
|
||||
|
||||
Reference in New Issue
Block a user