This commit is contained in:
Jane
2024-07-16 14:21:16 +08:00
parent de8c3c4a74
commit c77036a671
29 changed files with 2639 additions and 163 deletions

View File

@@ -156,7 +156,7 @@ export const dynamicRoutes = [
children: [
{
path: 'index/:tableId(\\d+)',
component: () => import('@/views/tool/gen/editTable'),
component: () => import('@/views/system/tool/gen/editTable'),
name: 'GenEdit',
meta: { title: '修改生成配置', activeMenu: '/tool/gen' }
}