From 100d8de54f13c440e80ed5af34f789f57a28478f Mon Sep 17 00:00:00 2001 From: dt Date: Wed, 6 Sep 2023 00:16:47 +0800 Subject: [PATCH] fix extra code after merge --- frontend/src/router/routes.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/router/routes.ts b/frontend/src/router/routes.ts index dedc963..95669d3 100644 --- a/frontend/src/router/routes.ts +++ b/frontend/src/router/routes.ts @@ -8,8 +8,7 @@ const routes: RouteRecordRaw[] = [ { path: '', component: () => import('pages/IndexPage.vue') }, { path: 'ruleEditor', component: () => import('pages/RuleEditor.vue') }, { path: 'flowEditor', component: () => import('pages/FlowEditorPage.vue') } - ], - children: [{ path: '', component: () => import('pages/IndexPage.vue') }], + ] }, { path: '/test/',