diff --git a/src/router/index.js b/src/router/index.js index 417c791..1c55104 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -668,12 +668,12 @@ export const constantRoutes = [ component: () => import('@/views/settlementCenter/bonusCount/index'), meta: { title: '奖金计算' } }, - { - path: 'performanceTotal', - name: 'performanceTotal', - component: () => import('@/views/settlementCenter/performanceTotal/index'), - meta: { title: '业绩汇总' } - }, + // { + // path: 'performanceTotal', + // name: 'performanceTotal', + // component: () => import('@/views/settlementCenter/performanceTotal/index'), + // meta: { title: '业绩汇总' } + // }, { path: 'performanceRatio', name: 'performanceRatio',