diff --git a/src/router/index.js b/src/router/index.js index d99601c..017a2a3 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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',