mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
agent allow store + update + delete
This commit is contained in:
Vendored
+6
-1
@@ -92,7 +92,12 @@ const router = createRouter({
|
||||
{
|
||||
path: '/agent-allow',
|
||||
name: 'agent-allow',
|
||||
component: () => import(/* webpackChunkName: "account" */ '../views/AgentAllow/index.vue')
|
||||
component: () => import(/* webpackChunkName: "account" */ '../views/AgentAllow/index.vue'),
|
||||
},
|
||||
{
|
||||
path: '/agent-allow-form',
|
||||
name: 'agent-allow-form',
|
||||
component: () => import(/* webpackChunkName: "account" */ '../views/AgentAllow/form.vue'),
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user