This commit is contained in:
X1627315083
2024-01-15 13:20:53 +08:00
parent 3b839bcb44
commit 2fca178eeb
9 changed files with 302 additions and 131 deletions

View File

@@ -44,6 +44,11 @@ const routes: Array<RouteRecordRaw> = [
name: 'trialApproval',
component: _import('trialApproval')
},
{
path: '/setIdentification',
name: 'setIdentification',
component: _import('setIdentification')
},
]
const router = createRouter({