提交 59092d80 编写于 作者: JEECG低代码平台's avatar JEECG低代码平台

jeecgboot 1.1版本发布

上级 dacd79f0
......@@ -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',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册