From a92793e0a2e1eb0b6c81452d0f9dbb8cd72255ba Mon Sep 17 00:00:00 2001 From: jlzhou <12020042@qq.com> Date: Fri, 30 Aug 2024 15:19:41 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=B0=8F=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-ui/public/goto.html | 11 +++++++++++ admin-ui/src/router/index.js | 14 -------------- 2 files changed, 11 insertions(+), 14 deletions(-) create mode 100644 admin-ui/public/goto.html 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' } - } - ] } ]