Commit b873279dde674114d8a6cbcbe5d93d39e48eb0a1

Authored by zhangdaihao
1 parent 6827744b

jeecgboot 1.1发布

ant-design-jeecg-vue/src/config/router.config.js
... ... @@ -14,163 +14,7 @@ export const asyncRouterMap = [
14 14 redirect: '/dashboard/workplace',
15 15 children: [
16 16  
17   - // //流程管理
18   - // {
19   - // path: '/process',
20   - // name: 'process',
21   - // redirect: '/process',
22   - // component: RouteView,
23   - // meta: { title: '流程管理', icon: 'dashboard', permission: [ 'dashboard' ] },
24   - // children: [
25   - // {
26   - // path: '/process/ExtActExpressionList',
27   - // name: 'ExtActExpressionList',
28   - // component: () => import('@/views/modules/extbpm/process/ExtActExpressionList'),
29   - // meta: { title: '流程表达式', permission: [ 'dashboard' ] }
30   - // },
31   - // {
32   - // path: '/process/ExtActListenerList',
33   - // name: 'ExtActListenerList',
34   - // component: () => import('@/views/modules/extbpm/process/ExtActListenerList'),
35   - // meta: { title: '流程监听', permission: [ 'dashboard' ] }
36   - // },
37   - // {
38   - // path: '/process/ExtActProcessList',
39   - // name: 'ExtActProcessList',
40   - // component: () => import('@/views/modules/extbpm/process/ExtActProcessList'),
41   - // meta: { title: '流程设计', permission: [ 'dashboard' ] }
42   - // },
43   - // ]
44   - // },
45   - //
46   - //
47   - // //工作流程
48   - // {
49   - // path: '/bpm',
50   - // name: 'bpm',
51   - // redirect: '/bpm',
52   - // component: RouteView,
53   - // meta: { title: '工作流程', icon: 'dashboard', permission: [ 'dashboard' ] },
54   - // children: [
55   - // {
56   - // path: '/modules/bpm/ModelList',
57   - // name: 'ModelList',
58   - // component: () => import('@/views/modules/bpm/ModelList'),
59   - // meta: { title: '在线流程设计', permission: [ 'dashboard' ] }
60   - // },
61   - // {
62   - // path: '/modules/bpm/ProcessList',
63   - // name: 'ProcessList',
64   - // component: () => import('@/views/modules/bpm/ProcessList'),
65   - // meta: { title: '流程发布管理', permission: [ 'dashboard' ] }
66   - // },
67   - // {
68   - // path: '/modules/bpm/task/MyTaskList',
69   - // name: 'MyTaskList',
70   - // component: () => import('@/views/modules/bpm/task/MyTaskList'),
71   - // meta: { title: '我的任务', permission: [ 'dashboard' ] }
72   - // },
73   - // {
74   - // path: '/modules/bpm/ProcessInstanceList',
75   - // name: 'ProcessInstanceList',
76   - // component: () => import('@/views/modules/bpm/ProcessInstanceList'),
77   - // meta: { title: '流程实例管理', permission: [ 'dashboard' ] }
78   - // },
79   - // ]
80   - // },
81   - //
82   - // //系统管理
83   - // {
84   - // path: '/isystem',
85   - // name: 'system',
86   - // redirect: '/isystem/user',
87   - // component: RouteView,
88   - // meta: { title: '系统管理', icon: 'dashboard', permission: [ 'dashboard' ] },
89   - // children: [
90   - // {
91   - // path: '/isystem/user',
92   - // name: 'user',
93   - // component: () => import('@/views/system/UserList'),
94   - // meta: { title: '用户管理', permission: [ 'dashboard' ] }
95   - // },
96   - // {
97   - // path: '/isystem/permission',
98   - // name: 'permission',
99   - // component: () => import('@/views/system/PermissionList'),
100   - // meta: { title: '菜单管理', permission: [ 'dashboard' ] }
101   - // },
102   - // {
103   - // path: '/isystem/dict',
104   - // name: 'dict',
105   - // component: () => import('@/views/system/DictList'),
106   - // meta: { title: '字典管理', permission: [ 'dashboard' ] }
107   - // },
108   - // {
109   - // path: '/isystem/annountCement',
110   - // name: 'annountCement',
111   - // component: () => import('@/views/system/SysAnnouncementList'),
112   - // meta: { title: '系统通知', permission: [ 'dashboard' ] }
113   - // },
114   - // {
115   - // path: '/isystem/depart',
116   - // name: 'depart',
117   - // component: () => import('@/views/system/DepartList'),
118   - // meta: { title: '部门管理', permission: [ 'dashboard' ] }
119   - // },
120   - //
121   - // {
122   - // path: '/isystem/role',
123   - // name: 'role',
124   - // component: () => import('@/views/system/RoleList'),
125   - // meta: { title: '角色管理', permission: [ 'dashboard' ] }
126   - // },
127   - // {
128   - // path: '/isystem/log',
129   - // name: 'log',
130   - // component: () => import('@/views/system/LogList'),
131   - // meta: { title: '日志管理', permission: [ 'dashboard' ] }
132   - // },
133   - // ]
134   - // },
135   - //
136   - //
137   - // //Online开发
138   - // {
139   - // path: '/online',
140   - // name: 'online',
141   - // redirect: '/online',
142   - // component: RouteView,
143   - // meta: { title: '在线开发', icon: 'dashboard', permission: [ 'dashboard' ] },
144   - // children: [
145   - // {
146   - // path: '/online/cgreport',
147   - // name: 'OnlCgreportHeadList',
148   - // component: () => import('@/views/modules/online/cgreport/OnlCgreportHeadList'),
149   - // meta: { title: 'Online报表配置', permission: [ 'dashboard' ] }
150   - // },
151   - // {
152   - // path: '/online/cgform',
153   - // name: 'OnlCgformHeadList',
154   - // component: () => import('@/views/modules/online/cgform/OnlCgformHeadList'),
155   - // meta: { title: 'Online表单开发', permission: [ 'dashboard' ] }
156   - // },
157   - // {
158   - // path: '/jeecg/jeecgOnlineTest',
159   - // name: 'JeecgOnlineTest',
160   - // component: () => import('@/views/jeecg/JeecgOnlineTest'),
161   - // meta: { title: '动态表单页面', permission: [ 'dashboard' ] }
162   - // },
163   - // {
164   - // path: '/online/auto/:code',
165   - // name: 'onlineAutoList',
166   - // hidden : true,
167   - // component: () => import('@/views/modules/online/cgreport/auto/OnlCgreportAutoList'),
168   - // meta: { title: 'Auto报表', permission: [ 'cgreport' ] }
169   - // }
170   - // ]
171   - // },
172   - //
173   - //
  17 +
174 18 // //系统监控
175 19 // {
176 20 // path: '/sysmonitor',
... ...