agent allow store + update + delete

This commit is contained in:
xiaomlove
2021-04-16 19:04:01 +08:00
parent dc7aa33036
commit d734788363
10 changed files with 240 additions and 150 deletions
+6 -1
View File
@@ -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'),
}
]
})