From a6e0fc1931f7b911af57618aae2ee7959bbe2ea8 Mon Sep 17 00:00:00 2001 From: konbai <1527468660@qq.com> Date: Sat, 23 Jul 2022 21:41:17 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E8=B7=AF=E7=94=B1=E6=96=87=E4=BB=B6):?= =?UTF-8?q?=20=E5=88=A0=E9=99=A4=E6=B5=81=E7=A8=8B=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E7=9A=84=E8=B7=AF=E7=94=B1=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/router/index.js | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 23433381..47c0dc09 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -98,18 +98,6 @@ export const constantRoutes = [ name: 'start', meta: { title: '发起流程', icon: '' } }, - { - path: 'own', - component: () => import('@/views/workflow/work/own'), - name: 'own', - meta: { title: '我的流程', icon: '' } - }, - { - path: 'todo', - component: () => import('@/views/workflow/work/todo'), - name: 'todo', - meta: { title: '代办任务', icon: '' } - }, { path: 'detail', component: () => import('@/views/workflow/work/detail'), @@ -127,7 +115,7 @@ export const constantRoutes = [ path: 'build/index', component: () => import('@/views/tool/build/index'), name: 'FormBuild', - meta: { title: '表单配置', icon: '' } + meta: { title: '表单设计', icon: '' } } ] },