fix
This commit is contained in:
@@ -44,6 +44,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: 'trialApproval',
|
||||
component: _import('trialApproval')
|
||||
},
|
||||
{
|
||||
path: '/setIdentification',
|
||||
name: 'setIdentification',
|
||||
component: _import('setIdentification')
|
||||
},
|
||||
]
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user