From c2cd89945eae764802cad58770b6d664215419e8 Mon Sep 17 00:00:00 2001 From: woody Date: Mon, 30 Jun 2025 10:45:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(router):=20=E6=9A=82=E6=97=B6=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=B8=9A=E7=BB=A9=E6=B1=87=E6=80=BB=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=20bug-213?= 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 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',