Compare commits

..

2 Commits

Author SHA1 Message Date
chenlin
026453ba2a Merge branch 'dev' of http://120.46.213.136:9528/isoftstone/lc_frontend into dev 2025-11-27 09:49:47 +08:00
chenlin
3edfa51d3c 隐藏菜单 2025-11-27 09:49:23 +08:00

View File

@@ -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
} }