update
This commit is contained in:
@@ -69,7 +69,21 @@ export const constantRouterMap = [
|
||||
path: 'center',
|
||||
component: () => import('@/views/system/user/center'),
|
||||
name: '个人中心',
|
||||
meta: { title: '个人中心', icon: 'user' }
|
||||
meta: { title: '个人中心' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/generator',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
redirect: 'noredirect',
|
||||
children: [
|
||||
{
|
||||
path: 'config/:tableName',
|
||||
component: () => import('@/views/generator/config'),
|
||||
name: 'GeneratorIndex',
|
||||
meta: { title: '生成配置' }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user