agent-allow-table

This commit is contained in:
xiaomlove
2021-04-15 19:20:32 +08:00
parent 3f13ec875f
commit dc7aa33036
10 changed files with 817 additions and 421 deletions
+7 -2
View File
@@ -88,8 +88,13 @@ const router = createRouter({
path: '/account',
name: 'account',
component: () => import(/* webpackChunkName: "account" */ '../views/Account.vue')
}
},
{
path: '/agent-allow',
name: 'agent-allow',
component: () => import(/* webpackChunkName: "account" */ '../views/AgentAllow/index.vue')
}
]
})
export default router
export default router