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