|
@@ -43,21 +43,20 @@ export default [
|
43
|
43
|
],
|
44
|
44
|
},
|
45
|
45
|
{
|
46
|
|
- path: '/PlatformMessageManagement',
|
47
|
|
- name: '消息管理',
|
48
|
|
- icon: 'MailOutlined',
|
|
46
|
+ path: '/MonitoringScreen',
|
|
47
|
+ name: '农机作业监控大屏',
|
|
48
|
+ icon: 'DesktopOutlined',
|
49
|
49
|
component: '../layouts/BasicLayout',
|
50
|
50
|
routes: [
|
51
|
51
|
{
|
52
|
|
- path: '/PlatformMessageManagement/MessageManageList',
|
53
|
|
- name: '平台消息管理',
|
54
|
|
- icon: 'smile',
|
55
|
|
- component: './PlatformMessageManagement/MessageManageList',
|
|
52
|
+ path: '/MonitoringScreen/index.jsx',
|
|
53
|
+ name: '数据大屏',
|
|
54
|
+ component: './MonitoringScreen',
|
56
|
55
|
},
|
57
|
56
|
{
|
58
|
|
- path: '/PlatformMessageManagement/MessageEdit',
|
59
|
|
- name: '消息查看',
|
60
|
|
- component: './PlatformMessageManagement/MessageEdit',
|
|
57
|
+ path: '/MonitoringScreen/detail.jsx',
|
|
58
|
+ name: '农机轨迹',
|
|
59
|
+ component: './MonitoringScreen/detail.jsx',
|
61
|
60
|
hideInMenu: true,
|
62
|
61
|
},
|
63
|
62
|
],
|
|
@@ -105,33 +104,30 @@ export default [
|
105
|
104
|
],
|
106
|
105
|
},
|
107
|
106
|
{
|
108
|
|
- path: '/Machinery',
|
109
|
|
- name: '农机管理',
|
110
|
|
- icon: 'CarOutlined',
|
|
107
|
+ path: '/GPSDevice',
|
|
108
|
+ name: 'GPS设备管理',
|
|
109
|
+ icon: 'CompassOutlined',
|
111
|
110
|
component: '../layouts/BasicLayout',
|
112
|
111
|
routes: [
|
113
|
112
|
{
|
114
|
|
- path: '/Machinery/Cooperative',
|
115
|
|
- name: '合作社列表',
|
116
|
|
- component: './Machinery/Cooperative',
|
117
|
|
- },
|
118
|
|
- {
|
119
|
|
- path: '/Machinery/Cooperative/edit.jsx',
|
120
|
|
- name: '合作社编辑',
|
121
|
|
- component: './Machinery/Cooperative/edit.jsx',
|
122
|
|
- hideInMenu: true,
|
123
|
|
- },
|
124
|
|
- {
|
125
|
|
- path: '/Machinery/Employees',
|
126
|
|
- name: '员工列表',
|
127
|
|
- component: './Machinery/Employees',
|
|
113
|
+ path: '/GPSDevice/GPS',
|
|
114
|
+ name: 'GPS管理',
|
|
115
|
+ component: './GPSDevice/GPS',
|
128
|
116
|
},
|
129
|
117
|
{
|
130
|
|
- path: '/Machinery/Employees/edit.jsx',
|
131
|
|
- name: '员工编辑',
|
132
|
|
- component: './Machinery/Employees/edit.jsx',
|
|
118
|
+ path: '/GPSDevice/GPS/GPSEdit',
|
|
119
|
+ name: '新增设备',
|
|
120
|
+ component: './GPSDevice/GPS/GPSEdit',
|
133
|
121
|
hideInMenu: true,
|
134
|
122
|
},
|
|
123
|
+ ],
|
|
124
|
+ },
|
|
125
|
+ {
|
|
126
|
+ path: '/Machinery',
|
|
127
|
+ name: '农机管理',
|
|
128
|
+ icon: 'CarOutlined',
|
|
129
|
+ component: '../layouts/BasicLayout',
|
|
130
|
+ routes: [
|
135
|
131
|
{
|
136
|
132
|
path: '/Machinery/MachineryType',
|
137
|
133
|
name: '农机分类列表',
|
|
@@ -151,20 +147,20 @@ export default [
|
151
|
147
|
],
|
152
|
148
|
},
|
153
|
149
|
{
|
154
|
|
- path: '/MonitoringScreen',
|
155
|
|
- name: '农机监控大屏',
|
156
|
|
- icon: 'DesktopOutlined',
|
|
150
|
+ path: '/MachineryStatistics',
|
|
151
|
+ name: '农机统计',
|
|
152
|
+ icon: 'CompassOutlined',
|
157
|
153
|
component: '../layouts/BasicLayout',
|
158
|
154
|
routes: [
|
159
|
155
|
{
|
160
|
|
- path: '/MonitoringScreen/index.jsx',
|
161
|
|
- name: '农机监控大屏',
|
162
|
|
- component: './MonitoringScreen',
|
|
156
|
+ path: '/MachineryStatistics',
|
|
157
|
+ name: '农机统计',
|
|
158
|
+ component: './MachineryStatistics',
|
163
|
159
|
},
|
164
|
160
|
{
|
165
|
|
- path: '/MonitoringScreen/detail.jsx',
|
166
|
|
- name: '农机轨迹',
|
167
|
|
- component: './MonitoringScreen/detail.jsx',
|
|
161
|
+ path: '/GPSDevice/GPS/GPSEdit',
|
|
162
|
+ name: '新增设备',
|
|
163
|
+ component: './GPSDevice/GPS/GPSEdit',
|
168
|
164
|
hideInMenu: true,
|
169
|
165
|
},
|
170
|
166
|
],
|
|
@@ -197,13 +193,13 @@ export default [
|
197
|
193
|
},
|
198
|
194
|
{
|
199
|
195
|
path: '/JobWarning',
|
200
|
|
- name: '作业预警',
|
|
196
|
+ name: '作业监管',
|
201
|
197
|
icon: 'AlertOutlined',
|
202
|
198
|
component: '../layouts/BasicLayout',
|
203
|
199
|
routes: [
|
204
|
200
|
{
|
205
|
201
|
path: '/JobWarning/index.jsx',
|
206
|
|
- name: '作业预警',
|
|
202
|
+ name: '预警监管',
|
207
|
203
|
component: './JobWarning',
|
208
|
204
|
},
|
209
|
205
|
],
|
|
@@ -231,6 +227,26 @@ export default [
|
231
|
227
|
},
|
232
|
228
|
],
|
233
|
229
|
},
|
|
230
|
+ {
|
|
231
|
+ path: '/PlatformMessageManagement',
|
|
232
|
+ name: '消息管理',
|
|
233
|
+ icon: 'MailOutlined',
|
|
234
|
+ component: '../layouts/BasicLayout',
|
|
235
|
+ routes: [
|
|
236
|
+ {
|
|
237
|
+ path: '/PlatformMessageManagement/MessageManageList',
|
|
238
|
+ name: '平台消息管理',
|
|
239
|
+ icon: 'smile',
|
|
240
|
+ component: './PlatformMessageManagement/MessageManageList',
|
|
241
|
+ },
|
|
242
|
+ {
|
|
243
|
+ path: '/PlatformMessageManagement/MessageEdit',
|
|
244
|
+ name: '消息查看',
|
|
245
|
+ component: './PlatformMessageManagement/MessageEdit',
|
|
246
|
+ hideInMenu: true,
|
|
247
|
+ },
|
|
248
|
+ ],
|
|
249
|
+ },
|
234
|
250
|
{
|
235
|
251
|
path: '/Finance',
|
236
|
252
|
name: '财务管理',
|
|
@@ -249,40 +265,33 @@ export default [
|
249
|
265
|
},
|
250
|
266
|
],
|
251
|
267
|
},
|
|
268
|
+
|
252
|
269
|
{
|
253
|
|
- path: '/GPSDevice',
|
254
|
|
- name: 'GPS设备管理',
|
255
|
|
- icon: 'CompassOutlined',
|
|
270
|
+ path: '/SystemManagement',
|
|
271
|
+ name: '系统管理',
|
|
272
|
+ icon: 'SettingOutlined',
|
256
|
273
|
component: '../layouts/BasicLayout',
|
257
|
274
|
routes: [
|
258
|
275
|
{
|
259
|
|
- path: '/GPSDevice/GPS',
|
260
|
|
- name: 'GPS管理',
|
261
|
|
- component: './GPSDevice/GPS',
|
|
276
|
+ path: '/SystemManagement/Cooperative',
|
|
277
|
+ name: '机构列表',
|
|
278
|
+ component: './SystemManagement/Cooperative',
|
262
|
279
|
},
|
263
|
280
|
{
|
264
|
|
- path: '/GPSDevice/GPS/GPSEdit',
|
265
|
|
- name: '新增设备',
|
266
|
|
- component: './GPSDevice/GPS/GPSEdit',
|
|
281
|
+ path: '/SystemManagement/Cooperative/edit.jsx',
|
|
282
|
+ name: '机构编辑',
|
|
283
|
+ component: './SystemManagement/Cooperative/edit.jsx',
|
267
|
284
|
hideInMenu: true,
|
268
|
285
|
},
|
269
|
|
- ],
|
270
|
|
- },
|
271
|
|
- {
|
272
|
|
- path: '/SystemManagement',
|
273
|
|
- name: '系统管理',
|
274
|
|
- icon: 'SettingOutlined',
|
275
|
|
- component: '../layouts/BasicLayout',
|
276
|
|
- routes: [
|
277
|
286
|
{
|
278
|
287
|
path: '/SystemManagement/Administrator',
|
279
|
|
- name: '管理员',
|
|
288
|
+ name: '人员管理',
|
280
|
289
|
icon: 'smile',
|
281
|
290
|
component: './SystemManagement/Administrator',
|
282
|
291
|
},
|
283
|
292
|
{
|
284
|
293
|
path: '/SystemManagement/Administrator/AdminEdit',
|
285
|
|
- name: '管理员编辑页',
|
|
294
|
+ name: '人员编辑',
|
286
|
295
|
icon: 'smile',
|
287
|
296
|
component: './SystemManagement/Administrator/AdminEdit',
|
288
|
297
|
hideInMenu: true,
|