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') } ]