medal management

This commit is contained in:
xiaomlove
2022-01-19 23:54:55 +08:00
parent 3fa8fd19c0
commit 64a1f2bb0c
39 changed files with 1282 additions and 171 deletions
+10
View File
@@ -54,6 +54,16 @@ const router = createRouter({
name: 'agent-allow-form',
component: () => import('../views/agent-allow/form.vue')
},
{
path: '/medal',
name: 'medal',
component: () => import('../views/medal/index.vue')
},
{
path: '/medal-form',
name: 'medal-form',
component: () => import('../views/medal/form.vue')
},
{
path: '/setting',
name: 'setting',