隐藏菜单

This commit is contained in:
chenlin
2025-11-27 09:49:23 +08:00
parent 6fc69bc42a
commit 3edfa51d3c

View File

@@ -73,7 +73,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
component: () => import('@/views/Home/Index10.vue'),
name: 'Index',
meta: {
title: '集团视角数据看板',
title: t('router.home'),
icon: 'ep:home-filled',
noCache: false,
affix: true
@@ -87,6 +87,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: '区域视角数据看板',
icon: 'ep:home-filled',
noCache: false,
hidden: true,
affix: true
}
},
@@ -97,6 +98,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
meta: {
title: '园区视角数据看板',
icon: 'ep:home-filled',
hidden: true,
noCache: false,
affix: true
}