diff --git a/admin-ui/public/goto.html b/admin-ui/public/goto.html new file mode 100644 index 0000000..4aa35cc --- /dev/null +++ b/admin-ui/public/goto.html @@ -0,0 +1,11 @@ + + +
+ + + + + + + + \ No newline at end of file diff --git a/admin-ui/src/router/index.js b/admin-ui/src/router/index.js index 4efec14..b25a8a7 100644 --- a/admin-ui/src/router/index.js +++ b/admin-ui/src/router/index.js @@ -143,20 +143,6 @@ export const dynamicRoutes = [ 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' } - } - ] } ]