[admin] agent allow&deny

This commit is contained in:
xiaomlove
2022-02-25 18:09:31 +08:00
parent e2f30ecf0c
commit 9edbaf49ca
25 changed files with 1420 additions and 28 deletions
+20
View File
@@ -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',