update 小改

master
管理员 1 year ago
parent a0ee8c55e3
commit a92793e0a2

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0; URL=/admin/">
</head>
<body>
</body>
</html>

@ -143,20 +143,6 @@ export const dynamicRoutes = [
meta: { title: '配置管理', activeMenu: '/system/oss'} meta: { title: '配置管理', activeMenu: '/system/oss'}
} }
] ]
},
{
path: '/tool/gen-edit',
component: Layout,
hidden: true,
permissions: ['tool:gen:edit'],
children: [
{
path: 'index/:tableId(\\d+)',
component: () => import('@/views/tool/gen/editTable'),
name: 'GenEdit',
meta: { title: '修改生成配置', activeMenu: '/tool/gen' }
}
]
} }
] ]

Loading…
Cancel
Save