From ef20a309b7ebea5a69f68afe3e10fdf5fa8273f4 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 27 Dec 2024 14:42:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=20=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/router/index.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/core-frontend/src/router/index.ts b/core/core-frontend/src/router/index.ts index e9f986a608..0d64e546cb 100644 --- a/core/core-frontend/src/router/index.ts +++ b/core/core-frontend/src/router/index.ts @@ -156,13 +156,6 @@ export const routes: AppRouteRecordRaw[] = [ hidden: true, meta: {}, component: () => import('@/views/chart/ChartView.vue') - }, - { - path: '/case', - name: 'case', - hidden: true, - meta: {}, - component: () => import('@/views/case/index.vue') } ]