feat(route): 4-n cant visible

This commit is contained in:
appleyou 2025-04-17 09:09:40 +08:00
parent 5a4075c673
commit 891874affa
1 changed files with 7 additions and 7 deletions

View File

@ -937,19 +937,19 @@ export const constantRoutes = [
component: () => import('@/views/settlementCenter/recommendData/recommendDatas.vue'),
meta: { title: '安置图表' },
hidden: true
},
}
// {
// path: 'findBonus',
// name: 'FindBonus',
// component: () => import('@/views/settlementCenter/findBonus/index'),
// meta: { title: '奖金查询' },
// },
{
path: 'foreNumber',
name: 'ForeNumber',
component: () => import('@/views/settlementCenter/foreNumber/index'),
meta: { title: '4-n配置' }
}
// {
// path: 'foreNumber',
// name: 'ForeNumber',
// component: () => import('@/views/settlementCenter/foreNumber/index'),
// meta: { title: '4-n配置' }
// }
]
},
{