condition test

This commit is contained in:
2023-12-25 17:11:11 +09:00
parent 6e75a2a524
commit 276e5e9122

View File

@@ -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,