exam support valid multiple

This commit is contained in:
xiaomlove
2022-04-17 16:38:44 +08:00
parent bacfdd0df1
commit e0a515b66c
59 changed files with 950 additions and 79 deletions
+10
View File
@@ -99,6 +99,16 @@ const router = createRouter({
name: 'tag-form',
component: () => import('../views/tag/form.vue')
},
{
path: '/hr',
name: 'hr',
component: () => import('../views/hr/index.vue')
},
{
path: '/hr-detail',
name: 'hr-detail',
component: () => import('../views/hr/detail.vue')
},
]
})