mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 19:51:56 +08:00
新增赛会设置页面
This commit is contained in:
@@ -120,6 +120,20 @@ export const dynamicRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/system/competition',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
permissions: ['system:user:edit'],
|
||||
children: [
|
||||
{
|
||||
path: 'set/:id(\\d+)',
|
||||
component: () => import('@/views/system/competitionSet/index'),
|
||||
name: 'competitionSet',
|
||||
meta: { title: '赛会配置', activeMenu: '/system/competition' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/system/dict-data',
|
||||
component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user