fix(router): 暂时注释业绩汇总路由配置 bug-213
This commit is contained in:
parent
6391c9b212
commit
2efc0c210d
|
@ -668,12 +668,12 @@ export const constantRoutes = [
|
||||||
component: () => import('@/views/settlementCenter/bonusCount/index'),
|
component: () => import('@/views/settlementCenter/bonusCount/index'),
|
||||||
meta: { title: '奖金计算' }
|
meta: { title: '奖金计算' }
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: 'performanceTotal',
|
// path: 'performanceTotal',
|
||||||
name: 'performanceTotal',
|
// name: 'performanceTotal',
|
||||||
component: () => import('@/views/settlementCenter/performanceTotal/index'),
|
// component: () => import('@/views/settlementCenter/performanceTotal/index'),
|
||||||
meta: { title: '业绩汇总' }
|
// meta: { title: '业绩汇总' }
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: 'performanceRatio',
|
path: 'performanceRatio',
|
||||||
name: 'performanceRatio',
|
name: 'performanceRatio',
|
||||||
|
|
Loading…
Reference in New Issue