mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-19 20:37:29 +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