From 2b980be59de3259eb914bddc7f42c6d7c9841bd7 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 18 Jul 2025 15:00:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(performanceTotal):=20=E4=B8=9A=E7=BB=A9?= =?UTF-8?q?=E6=B1=87=E6=80=BB=E5=8F=96=E6=B6=88=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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',