mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
[admin] agent allow&deny
This commit is contained in:
Vendored
+20
@@ -64,6 +64,26 @@ const router = createRouter({
|
||||
name: 'medal-form',
|
||||
component: () => import('../views/medal/form.vue')
|
||||
},
|
||||
{
|
||||
path: '/agent-allow',
|
||||
name: 'agent-allow',
|
||||
component: () => import('../views/agent-allow/index.vue')
|
||||
},
|
||||
{
|
||||
path: '/agent-allow-form',
|
||||
name: 'agent-allow-form',
|
||||
component: () => import('../views/agent-allow/form.vue')
|
||||
},
|
||||
{
|
||||
path: '/agent-deny',
|
||||
name: 'agent-deny',
|
||||
component: () => import('../views/agent-deny/index.vue')
|
||||
},
|
||||
{
|
||||
path: '/agent-deny-form',
|
||||
name: 'agent-deny-form',
|
||||
component: () => import('../views/agent-deny/form.vue')
|
||||
},
|
||||
{
|
||||
path: '/setting',
|
||||
name: 'setting',
|
||||
|
||||
Reference in New Issue
Block a user