ユーザー管理ページを追加しました。

This commit is contained in:
Mouriya
2024-08-19 21:25:05 +09:00
parent 2f11323193
commit acf8f0489d
3 changed files with 339 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ const routes: RouteRecordRaw[] = [
{ path: 'right', component: () => import('pages/testRight.vue') },
{ path: 'domain', component: () => import('pages/TenantDomain.vue') },
{ path: 'userdomain', component: () => import('pages/UserDomain.vue')},
{ path: 'user', component: () => import('pages/UserManagement.vue')},
{ path: 'condition', component: () => import('pages/conditionPage.vue') }
],
},