From 59092d80049c0366949d3e823e174c4401138a9c Mon Sep 17 00:00:00 2001 From: zhangdaihao Date: Sun, 14 Apr 2019 21:18:22 +0800 Subject: [PATCH] =?UTF-8?q?jeecgboot=201.1=E7=89=88=E6=9C=AC=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/config/router.config.js | 158 +----------------- 1 file changed, 1 insertion(+), 157 deletions(-) diff --git a/ant-design-jeecg-vue/src/config/router.config.js b/ant-design-jeecg-vue/src/config/router.config.js index 0e0c8ca..cbce627 100644 --- a/ant-design-jeecg-vue/src/config/router.config.js +++ b/ant-design-jeecg-vue/src/config/router.config.js @@ -14,163 +14,7 @@ export const asyncRouterMap = [ redirect: '/dashboard/workplace', children: [ - // //流程管理 - // { - // path: '/process', - // name: 'process', - // redirect: '/process', - // component: RouteView, - // meta: { title: '流程管理', icon: 'dashboard', permission: [ 'dashboard' ] }, - // children: [ - // { - // path: '/process/ExtActExpressionList', - // name: 'ExtActExpressionList', - // component: () => import('@/views/modules/extbpm/process/ExtActExpressionList'), - // meta: { title: '流程表达式', permission: [ 'dashboard' ] } - // }, - // { - // path: '/process/ExtActListenerList', - // name: 'ExtActListenerList', - // component: () => import('@/views/modules/extbpm/process/ExtActListenerList'), - // meta: { title: '流程监听', permission: [ 'dashboard' ] } - // }, - // { - // path: '/process/ExtActProcessList', - // name: 'ExtActProcessList', - // component: () => import('@/views/modules/extbpm/process/ExtActProcessList'), - // meta: { title: '流程设计', permission: [ 'dashboard' ] } - // }, - // ] - // }, - // - // - // //工作流程 - // { - // path: '/bpm', - // name: 'bpm', - // redirect: '/bpm', - // component: RouteView, - // meta: { title: '工作流程', icon: 'dashboard', permission: [ 'dashboard' ] }, - // children: [ - // { - // path: '/modules/bpm/ModelList', - // name: 'ModelList', - // component: () => import('@/views/modules/bpm/ModelList'), - // meta: { title: '在线流程设计', permission: [ 'dashboard' ] } - // }, - // { - // path: '/modules/bpm/ProcessList', - // name: 'ProcessList', - // component: () => import('@/views/modules/bpm/ProcessList'), - // meta: { title: '流程发布管理', permission: [ 'dashboard' ] } - // }, - // { - // path: '/modules/bpm/task/MyTaskList', - // name: 'MyTaskList', - // component: () => import('@/views/modules/bpm/task/MyTaskList'), - // meta: { title: '我的任务', permission: [ 'dashboard' ] } - // }, - // { - // path: '/modules/bpm/ProcessInstanceList', - // name: 'ProcessInstanceList', - // component: () => import('@/views/modules/bpm/ProcessInstanceList'), - // meta: { title: '流程实例管理', permission: [ 'dashboard' ] } - // }, - // ] - // }, - // - // //系统管理 - // { - // path: '/isystem', - // name: 'system', - // redirect: '/isystem/user', - // component: RouteView, - // meta: { title: '系统管理', icon: 'dashboard', permission: [ 'dashboard' ] }, - // children: [ - // { - // path: '/isystem/user', - // name: 'user', - // component: () => import('@/views/system/UserList'), - // meta: { title: '用户管理', permission: [ 'dashboard' ] } - // }, - // { - // path: '/isystem/permission', - // name: 'permission', - // component: () => import('@/views/system/PermissionList'), - // meta: { title: '菜单管理', permission: [ 'dashboard' ] } - // }, - // { - // path: '/isystem/dict', - // name: 'dict', - // component: () => import('@/views/system/DictList'), - // meta: { title: '字典管理', permission: [ 'dashboard' ] } - // }, - // { - // path: '/isystem/annountCement', - // name: 'annountCement', - // component: () => import('@/views/system/SysAnnouncementList'), - // meta: { title: '系统通知', permission: [ 'dashboard' ] } - // }, - // { - // path: '/isystem/depart', - // name: 'depart', - // component: () => import('@/views/system/DepartList'), - // meta: { title: '部门管理', permission: [ 'dashboard' ] } - // }, - // - // { - // path: '/isystem/role', - // name: 'role', - // component: () => import('@/views/system/RoleList'), - // meta: { title: '角色管理', permission: [ 'dashboard' ] } - // }, - // { - // path: '/isystem/log', - // name: 'log', - // component: () => import('@/views/system/LogList'), - // meta: { title: '日志管理', permission: [ 'dashboard' ] } - // }, - // ] - // }, - // - // - // //Online开发 - // { - // path: '/online', - // name: 'online', - // redirect: '/online', - // component: RouteView, - // meta: { title: '在线开发', icon: 'dashboard', permission: [ 'dashboard' ] }, - // children: [ - // { - // path: '/online/cgreport', - // name: 'OnlCgreportHeadList', - // component: () => import('@/views/modules/online/cgreport/OnlCgreportHeadList'), - // meta: { title: 'Online报表配置', permission: [ 'dashboard' ] } - // }, - // { - // path: '/online/cgform', - // name: 'OnlCgformHeadList', - // component: () => import('@/views/modules/online/cgform/OnlCgformHeadList'), - // meta: { title: 'Online表单开发', permission: [ 'dashboard' ] } - // }, - // { - // path: '/jeecg/jeecgOnlineTest', - // name: 'JeecgOnlineTest', - // component: () => import('@/views/jeecg/JeecgOnlineTest'), - // meta: { title: '动态表单页面', permission: [ 'dashboard' ] } - // }, - // { - // path: '/online/auto/:code', - // name: 'onlineAutoList', - // hidden : true, - // component: () => import('@/views/modules/online/cgreport/auto/OnlCgreportAutoList'), - // meta: { title: 'Auto报表', permission: [ 'cgreport' ] } - // } - // ] - // }, - // - // + // //系统监控 // { // path: '/sysmonitor', -- GitLab