diff --git a/frontend/src/router/routes.ts b/frontend/src/router/routes.ts index 01e6f0a..2312a82 100644 --- a/frontend/src/router/routes.ts +++ b/frontend/src/router/routes.ts @@ -19,7 +19,8 @@ const routes: RouteRecordRaw[] = [ { path: 'FlowChart', component: () => import('pages/FlowChart.vue') }, { path: 'right', component: () => import('pages/testRight.vue') }, { path: 'domain', component: () => import('pages/TenantDomain.vue') }, - { path: 'userdomain', component: () => import('pages/UserDomain.vue') } + { path: 'userdomain', component: () => import('pages/UserDomain.vue')}, + { path: 'condition', component: () => import('pages/conditionPage.vue') } ], }, // Always leave this as last one,