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