feat(router): 隐藏区域考核

This commit is contained in:
woody 2025-09-29 11:27:44 +08:00
parent 1e23a59fba
commit 3f736a1e9e
1 changed files with 7 additions and 7 deletions

View File

@ -711,13 +711,13 @@ export const constantRoutes = [
meta: { title: '拨比列表' }, meta: { title: '拨比列表' },
hidden: true hidden: true
}, },
{ // {
path: 'regionsList', // path: 'regionsList',
name: 'RegionsList', // name: 'RegionsList',
component: () => import('@/views/settlementCenter/regions/index'), // component: () => import('@/views/settlementCenter/regions/index'),
meta: { title: i18n.t('区域考核') }, // meta: { title: i18n.t('区域考核') },
hidden: true // hidden: true
}, // },
{ {
path: 'topPerformance', path: 'topPerformance',
name: 'TopPerformance', name: 'TopPerformance',