diff --git a/src/router/index.js b/src/router/index.js index cad33f8..c122966 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -675,12 +675,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',