diff --git a/src/router/index.js b/src/router/index.js index 3679365..aef5151 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -732,25 +732,25 @@ export const constantRoutes = [ meta: { title: '顶点奖金拨比汇总' }, hidden: true }, - { - path: 'topPerformancepv', - name: 'TopPerformancepv', - component: () => import('@/views/settlementCenter/topPerformancepv/index'), - meta: { title: '顶点奖金拨比业绩统计' }, - hidden: true - }, - { - path: 'lenTopPerformance', - name: 'LenTopPerformance', - component: () => import('@/views/settlementCenter/lenTopPerformance/index'), - meta: { title: '乐享顶点奖金拨比列表' } - }, - { - path: 'personalAllocation', - name: 'PersonalAllocation', - component: () => import('@/views/settlementCenter/performanceRatio/personalAllocation'), - meta: { title: '个人伞下拨比查询' } - }, + // { + // path: 'topPerformancepv', + // name: 'TopPerformancepv', + // component: () => import('@/views/settlementCenter/topPerformancepv/index'), + // meta: { title: '顶点奖金拨比业绩统计' }, + // hidden: true + // }, + // { + // path: 'lenTopPerformance', + // name: 'LenTopPerformance', + // component: () => import('@/views/settlementCenter/lenTopPerformance/index'), + // meta: { title: '乐享顶点奖金拨比列表' } + // }, + // { + // path: 'personalAllocation', + // name: 'PersonalAllocation', + // component: () => import('@/views/settlementCenter/performanceRatio/personalAllocation'), + // meta: { title: '个人伞下拨比查询' } + // }, { path: 'sourceBonus', name: 'sourceBonus',