隐藏菜单
This commit is contained in:
@@ -73,7 +73,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|||||||
component: () => import('@/views/Home/Index10.vue'),
|
component: () => import('@/views/Home/Index10.vue'),
|
||||||
name: 'Index',
|
name: 'Index',
|
||||||
meta: {
|
meta: {
|
||||||
title: '集团视角数据看板',
|
title: t('router.home'),
|
||||||
icon: 'ep:home-filled',
|
icon: 'ep:home-filled',
|
||||||
noCache: false,
|
noCache: false,
|
||||||
affix: true
|
affix: true
|
||||||
@@ -87,6 +87,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|||||||
title: '区域视角数据看板',
|
title: '区域视角数据看板',
|
||||||
icon: 'ep:home-filled',
|
icon: 'ep:home-filled',
|
||||||
noCache: false,
|
noCache: false,
|
||||||
|
hidden: true,
|
||||||
affix: true
|
affix: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -97,6 +98,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|||||||
meta: {
|
meta: {
|
||||||
title: '园区视角数据看板',
|
title: '园区视角数据看板',
|
||||||
icon: 'ep:home-filled',
|
icon: 'ep:home-filled',
|
||||||
|
hidden: true,
|
||||||
noCache: false,
|
noCache: false,
|
||||||
affix: true
|
affix: true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user