feat(route): 4-n cant visible
This commit is contained in:
parent
5a4075c673
commit
891874affa
|
@ -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配置' }
|
||||
// }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue