|
@@ -167,20 +167,20 @@ export const dynamicRoutes = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/tool/gen-form',
|
|
|
- component: Layout,
|
|
|
- hidden: true,
|
|
|
- permissions: ['tool:gen:edit'],
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'index/:tableId(\\d+)',
|
|
|
- component: () => import('@/views/tool/build/index'),
|
|
|
- name: 'GenEdit',
|
|
|
- meta: { title: '修改生成配置', activeMenu: '/tool/gen' }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/tool/gen-form',
|
|
|
+ // component: Layout,
|
|
|
+ // hidden: true,
|
|
|
+ // permissions: ['tool:gen:edit'],
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'index/:tableId(\\d+)',
|
|
|
+ // component: () => import('@/views/tool/build/index'),
|
|
|
+ // name: 'GenEdit',
|
|
|
+ // meta: { title: '修改生成配置', activeMenu: '/tool/gen' }
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/cloth',
|
|
|
component: Layout,
|