mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
exam-user
This commit is contained in:
Vendored
+5
@@ -33,6 +33,11 @@ const router = createRouter({
|
||||
name: 'exam-form',
|
||||
component: () => import('../views/exam/form.vue')
|
||||
},
|
||||
{
|
||||
path: '/exam-user',
|
||||
name: 'exam-user',
|
||||
component: () => import('../views/exam/user.vue')
|
||||
},
|
||||
{
|
||||
path: '/agent-allow',
|
||||
name: 'agent-allow',
|
||||
|
||||
Reference in New Issue
Block a user