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: '' } } ] },