fix(router): 暂时注释业绩汇总路由配置 bug-213

This commit is contained in:
woody 2025-06-30 10:45:44 +08:00
parent ed161f53f3
commit c2cd89945e
1 changed files with 6 additions and 6 deletions

View File

@ -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',