feat(router): 隐藏个人伞下拨比查询路由
This commit is contained in:
parent
423ecf4324
commit
4ad9f77d2b
|
@ -669,12 +669,12 @@ export const constantRoutes = [
|
|||
meta: { title: '顶点奖金拨比汇总' },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'personalAllocation',
|
||||
name: 'PersonalAllocation',
|
||||
component: () => import('@/views/settlementCenter/performanceRatio/personalAllocation'),
|
||||
meta: { title: '个人伞下拨比查询' }
|
||||
},
|
||||
// {
|
||||
// path: 'personalAllocation',
|
||||
// name: 'PersonalAllocation',
|
||||
// component: () => import('@/views/settlementCenter/performanceRatio/personalAllocation'),
|
||||
// meta: { title: '个人伞下拨比查询' }
|
||||
// },
|
||||
{
|
||||
path: 'sourceBonus',
|
||||
name: 'sourceBonus',
|
||||
|
|
Loading…
Reference in New Issue