From 276e5e9122cd90ff71cbf0e12f91efa46adbe4e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=20=E6=9F=8F?= Date: Mon, 25 Dec 2023 17:11:11 +0900 Subject: [PATCH] condition test --- frontend/src/router/routes.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,