zzz-pc-view 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/package.json +29 -0
  2. package/src/api/org/list +96 -0
  3. package/src/api/org/type/list +18 -0
  4. package/src/api/own +3831 -0
  5. package/src/decorators/CurdKey/CurdApi.d.ts +221 -0
  6. package/src/decorators/CurdKey/RequestUtil.d.ts +55 -0
  7. package/src/decorators/CurdKey/index.d.ts +752 -0
  8. package/src/decorators/DeclareType.d.ts +35 -0
  9. package/src/decorators/Decorators.d.ts +5 -0
  10. package/src/decorators/FilterKey/index.d.ts +283 -0
  11. package/src/decorators/Loader/index.d.ts +179 -0
  12. package/src/decorators/NameKey/index.d.ts +68 -0
  13. package/src/decorators/PrimaryKey/index.d.ts +68 -0
  14. package/src/decorators/api.d.ts +21 -0
  15. package/src/decorators/decoratorStoreUtil.d.ts +68 -0
  16. package/src/decorators/index.d.ts +6 -0
  17. package/src/decorators/loadStore.d.ts +6 -0
  18. package/src/decorators/loadUtil.d.ts +25 -0
  19. package/src/decorators/util.d.ts +27 -0
  20. package/src/favicon.ico +0 -0
  21. package/src/index-decorators.d.ts +3 -0
  22. package/src/index.d.ts +10 -0
  23. package/src/index.es.js +10035 -0
  24. package/src/index.umd.js +2 -0
  25. package/src/pcViews/components/curd/CurdTableView.vue.d.ts +18 -0
  26. package/src/pcViews/components/curd/CurdView.vue.d.ts +22 -0
  27. package/src/pcViews/components/curd/CurdViewHandler.d.ts +1208 -0
  28. package/src/pcViews/components/curd/FilterView.vue.d.ts +19 -0
  29. package/src/pcViews/components/curd/FilterViewHandler.d.ts +6 -0
  30. package/src/pcViews/components/curd/index.d.ts +2 -0
  31. package/src/pcViews/components/forms/RadioButtonGroupView.vue.d.ts +19 -0
  32. package/src/pcViews/components/forms/SelectView.vue.d.ts +19 -0
  33. package/src/pcViews/components/forms/VModelView.vue.d.ts +20 -0
  34. package/src/pcViews/components/forms/index.d.ts +3 -0
  35. package/src/pcViews/components/index.d.ts +5 -0
  36. package/src/pcViews/components/layout/DataWrapperView.vue.d.ts +23 -0
  37. package/src/pcViews/components/layout/LayoutHeader.vue.d.ts +2 -0
  38. package/src/pcViews/components/layout/LayoutMainView.vue.d.ts +2 -0
  39. package/src/pcViews/components/layout/index.d.ts +2 -0
  40. package/src/pcViews/components/slots/VSlotView.vue.d.ts +20 -0
  41. package/src/pcViews/components/slots/index.d.ts +1 -0
  42. package/src/pcViews/components/utils.d.ts +33 -0
  43. package/src/pcViews/index.d.ts +1 -0
  44. package/src/utils/Date/ZDate.d.ts +557 -0
  45. package/src/utils/DeclareType.d.ts +39 -0
  46. package/src/utils/class/bind.d.ts +43 -0
  47. package/src/utils/class/combine.d.ts +109 -0
  48. package/src/utils/crypto/index.d.ts +44 -0
  49. package/src/utils/empty/index.d.ts +18 -0
  50. package/src/utils/httpRequest/HttpRequestError.d.ts +14 -0
  51. package/src/utils/httpRequest/httpRequestCreator.d.ts +61 -0
  52. package/src/utils/httpRequest/httpRequestUtil.d.ts +24 -0
  53. package/src/utils/httpRequest/index.d.ts +3 -0
  54. package/src/utils/index.d.ts +11 -0
  55. package/src/utils/math/toFixed.d.ts +11 -0
  56. package/src/utils/math/unitConvertor.d.ts +34 -0
  57. package/src/utils/mock/HttpResponse.d.ts +30 -0
  58. package/src/utils/mock/createDataTimes.d.ts +20 -0
  59. package/src/utils/mock/index.d.ts +2 -0
  60. package/src/utils/reduce/completeByDate.d.ts +51 -0
  61. package/src/utils/reduce/index.d.ts +9 -0
  62. package/src/utils/reduce/mappingBuilder.d.ts +69 -0
  63. package/src/utils/reduce/ratio.d.ts +104 -0
  64. package/src/utils/reduce/sort.d.ts +12 -0
  65. package/src/utils/reduce/sumByGroup.d.ts +53 -0
  66. package/src/utils/reduce/toGroup.d.ts +79 -0
  67. package/src/utils/reduce/tree.d.ts +570 -0
  68. package/src/utils/reduce/util.d.ts +14 -0
  69. package/src/utils/reduce/valueConvertor.d.ts +65 -0
  70. package/src/utils/reduce/verticalToHorizontal.d.ts +80 -0
  71. package/src/zzz-frame.css +7 -0
package/src/api/own ADDED
@@ -0,0 +1,3831 @@
1
+ {
2
+ "code": 200,
3
+ "msg": "",
4
+ "data": [
5
+ {
6
+ "id": "1000",
7
+ "parentId": null,
8
+ "type": 2,
9
+ "name": "Home",
10
+ "path": "/home",
11
+ "permission": null,
12
+ "title": "首页",
13
+ "icon": "HomeIcon",
14
+ "outLink": null,
15
+ "isHide": false,
16
+ "isKeepAlive": false,
17
+ "isAffix": true,
18
+ "state": 1,
19
+ "note": null,
20
+ "orderNo": 0
21
+ },
22
+ {
23
+ "id": "20041653959749",
24
+ "parentId": "1128",
25
+ "type": 2,
26
+ "name": "FactorAlarmRule",
27
+ "path": "/factor/alarm/rule",
28
+ "permission": null,
29
+ "title": "报警规则",
30
+ "icon": null,
31
+ "outLink": null,
32
+ "isHide": false,
33
+ "isKeepAlive": true,
34
+ "isAffix": false,
35
+ "state": 1,
36
+ "note": null,
37
+ "orderNo": 0
38
+ },
39
+ {
40
+ "id": "20041656675653",
41
+ "parentId": "1128",
42
+ "type": 2,
43
+ "name": "FactorAlarmData",
44
+ "path": "/factor/alarm/data",
45
+ "permission": null,
46
+ "title": "报警查询",
47
+ "icon": null,
48
+ "outLink": null,
49
+ "isHide": false,
50
+ "isKeepAlive": true,
51
+ "isAffix": false,
52
+ "state": 1,
53
+ "note": null,
54
+ "orderNo": 0
55
+ },
56
+ {
57
+ "id": "20041662597061",
58
+ "parentId": "20041656675653",
59
+ "type": 3,
60
+ "name": "Audit",
61
+ "path": null,
62
+ "permission": "PUT:/data/factor/alarm",
63
+ "title": "审核",
64
+ "icon": null,
65
+ "outLink": null,
66
+ "isHide": false,
67
+ "isKeepAlive": true,
68
+ "isAffix": false,
69
+ "state": 1,
70
+ "note": null,
71
+ "orderNo": 0
72
+ },
73
+ {
74
+ "id": "20041665685445",
75
+ "parentId": "20041656675653",
76
+ "type": 3,
77
+ "name": "Report",
78
+ "path": null,
79
+ "permission": "POST:/data/factor/alarm/report",
80
+ "title": "报告",
81
+ "icon": null,
82
+ "outLink": null,
83
+ "isHide": false,
84
+ "isKeepAlive": true,
85
+ "isAffix": false,
86
+ "state": 1,
87
+ "note": null,
88
+ "orderNo": 0
89
+ },
90
+ {
91
+ "id": "1165",
92
+ "parentId": null,
93
+ "type": 1,
94
+ "name": "DataAudit",
95
+ "path": null,
96
+ "permission": null,
97
+ "title": "数据审核",
98
+ "icon": null,
99
+ "outLink": null,
100
+ "isHide": false,
101
+ "isKeepAlive": true,
102
+ "isAffix": false,
103
+ "state": 1,
104
+ "note": null,
105
+ "orderNo": 1
106
+ },
107
+ {
108
+ "id": "1260",
109
+ "parentId": "1165",
110
+ "type": 2,
111
+ "name": "ManualOverview",
112
+ "path": "/audit/overview",
113
+ "permission": null,
114
+ "title": "审核纵览",
115
+ "icon": null,
116
+ "outLink": null,
117
+ "isHide": false,
118
+ "isKeepAlive": true,
119
+ "isAffix": false,
120
+ "state": 1,
121
+ "note": null,
122
+ "orderNo": 2
123
+ },
124
+ {
125
+ "id": "1166",
126
+ "parentId": "1165",
127
+ "type": 2,
128
+ "name": "DataAuditManual",
129
+ "path": "/audit/manual",
130
+ "permission": null,
131
+ "title": "人工审核",
132
+ "icon": null,
133
+ "outLink": null,
134
+ "isHide": false,
135
+ "isKeepAlive": true,
136
+ "isAffix": false,
137
+ "state": 1,
138
+ "note": null,
139
+ "orderNo": 3
140
+ },
141
+ {
142
+ "id": "1167",
143
+ "parentId": "1166",
144
+ "type": 3,
145
+ "name": "List",
146
+ "path": null,
147
+ "permission": "POST:/api/audit/data/list",
148
+ "title": "查询",
149
+ "icon": null,
150
+ "outLink": null,
151
+ "isHide": false,
152
+ "isKeepAlive": true,
153
+ "isAffix": false,
154
+ "state": 1,
155
+ "note": null,
156
+ "orderNo": 4
157
+ },
158
+ {
159
+ "id": "1169",
160
+ "parentId": "1166",
161
+ "type": 3,
162
+ "name": "CommitStage1",
163
+ "path": null,
164
+ "permission": "POST:/api/audit/data/submit1/day",
165
+ "title": "提交一审",
166
+ "icon": null,
167
+ "outLink": null,
168
+ "isHide": false,
169
+ "isKeepAlive": true,
170
+ "isAffix": false,
171
+ "state": 1,
172
+ "note": null,
173
+ "orderNo": 5
174
+ },
175
+ {
176
+ "id": "1170",
177
+ "parentId": "1166",
178
+ "type": 3,
179
+ "name": "CommitStage2",
180
+ "path": null,
181
+ "permission": "POST:/api/audit/data/submit2/day",
182
+ "title": "提交二审",
183
+ "icon": null,
184
+ "outLink": null,
185
+ "isHide": false,
186
+ "isKeepAlive": true,
187
+ "isAffix": false,
188
+ "state": 1,
189
+ "note": null,
190
+ "orderNo": 6
191
+ },
192
+ {
193
+ "id": "1171",
194
+ "parentId": "1166",
195
+ "type": 3,
196
+ "name": "CommitStage3",
197
+ "path": null,
198
+ "permission": "POST:/api/audit/data/submit3/day",
199
+ "title": "提交三审",
200
+ "icon": null,
201
+ "outLink": null,
202
+ "isHide": false,
203
+ "isKeepAlive": true,
204
+ "isAffix": false,
205
+ "state": 1,
206
+ "note": null,
207
+ "orderNo": 7
208
+ },
209
+ {
210
+ "id": "1172",
211
+ "parentId": "1166",
212
+ "type": 3,
213
+ "name": "ImportCJF",
214
+ "path": null,
215
+ "permission": "POST:/api/audit/manualdata/import",
216
+ "title": "导入重积分数据",
217
+ "icon": null,
218
+ "outLink": null,
219
+ "isHide": false,
220
+ "isKeepAlive": true,
221
+ "isAffix": false,
222
+ "state": 1,
223
+ "note": null,
224
+ "orderNo": 8
225
+ },
226
+ {
227
+ "id": "1173",
228
+ "parentId": "1166",
229
+ "type": 3,
230
+ "name": "EditCJF",
231
+ "path": null,
232
+ "permission": "POST:/api/audit/manualdata",
233
+ "title": "插入重积分数据",
234
+ "icon": null,
235
+ "outLink": null,
236
+ "isHide": false,
237
+ "isKeepAlive": true,
238
+ "isAffix": false,
239
+ "state": 1,
240
+ "note": null,
241
+ "orderNo": 9
242
+ },
243
+ {
244
+ "id": "1174",
245
+ "parentId": "1166",
246
+ "type": 3,
247
+ "name": "DeleteCJF",
248
+ "path": null,
249
+ "permission": "DELETE:/api/audit/manualdata",
250
+ "title": "删除重积分数据",
251
+ "icon": null,
252
+ "outLink": null,
253
+ "isHide": false,
254
+ "isKeepAlive": true,
255
+ "isAffix": false,
256
+ "state": 1,
257
+ "note": null,
258
+ "orderNo": 10
259
+ },
260
+ {
261
+ "id": "1175",
262
+ "parentId": "1166",
263
+ "type": 3,
264
+ "name": "CommitMonthlyAudit",
265
+ "path": null,
266
+ "permission": "POST:/api/audit/data/submit/month",
267
+ "title": "月审确认",
268
+ "icon": null,
269
+ "outLink": null,
270
+ "isHide": false,
271
+ "isKeepAlive": true,
272
+ "isAffix": false,
273
+ "state": 1,
274
+ "note": "提交月度审核数据",
275
+ "orderNo": 11
276
+ },
277
+ {
278
+ "id": "1176",
279
+ "parentId": "1165",
280
+ "type": 2,
281
+ "name": "AuditLog",
282
+ "path": "/audit/log",
283
+ "permission": null,
284
+ "title": "审核日志",
285
+ "icon": null,
286
+ "outLink": null,
287
+ "isHide": false,
288
+ "isKeepAlive": true,
289
+ "isAffix": false,
290
+ "state": 1,
291
+ "note": null,
292
+ "orderNo": 12
293
+ },
294
+ {
295
+ "id": "1177",
296
+ "parentId": "1176",
297
+ "type": 3,
298
+ "name": "List",
299
+ "path": null,
300
+ "permission": "POST:/api/audit/log/page",
301
+ "title": "查询",
302
+ "icon": null,
303
+ "outLink": null,
304
+ "isHide": false,
305
+ "isKeepAlive": true,
306
+ "isAffix": false,
307
+ "state": 1,
308
+ "note": null,
309
+ "orderNo": 13
310
+ },
311
+ {
312
+ "id": "1179",
313
+ "parentId": "1176",
314
+ "type": 3,
315
+ "name": "Export",
316
+ "path": null,
317
+ "permission": "POST:/api/audit/log/export",
318
+ "title": "导出",
319
+ "icon": null,
320
+ "outLink": null,
321
+ "isHide": false,
322
+ "isKeepAlive": true,
323
+ "isAffix": false,
324
+ "state": 1,
325
+ "note": null,
326
+ "orderNo": 14
327
+ },
328
+ {
329
+ "id": "1180",
330
+ "parentId": "1165",
331
+ "type": 2,
332
+ "name": "AuditDelLog",
333
+ "path": "/audit/log/del",
334
+ "permission": null,
335
+ "title": "剔除日志",
336
+ "icon": null,
337
+ "outLink": null,
338
+ "isHide": false,
339
+ "isKeepAlive": true,
340
+ "isAffix": false,
341
+ "state": 1,
342
+ "note": null,
343
+ "orderNo": 15
344
+ },
345
+ {
346
+ "id": "1181",
347
+ "parentId": "1180",
348
+ "type": 3,
349
+ "name": "List",
350
+ "path": null,
351
+ "permission": "POST:/api/audit/data/dellist/page",
352
+ "title": "查询",
353
+ "icon": null,
354
+ "outLink": null,
355
+ "isHide": false,
356
+ "isKeepAlive": true,
357
+ "isAffix": false,
358
+ "state": 1,
359
+ "note": null,
360
+ "orderNo": 16
361
+ },
362
+ {
363
+ "id": "1183",
364
+ "parentId": "1180",
365
+ "type": 3,
366
+ "name": "Export",
367
+ "path": null,
368
+ "permission": "POST:/api/audit/data/dellist/export",
369
+ "title": "导出",
370
+ "icon": null,
371
+ "outLink": null,
372
+ "isHide": false,
373
+ "isKeepAlive": true,
374
+ "isAffix": false,
375
+ "state": 1,
376
+ "note": null,
377
+ "orderNo": 17
378
+ },
379
+ {
380
+ "id": "1001",
381
+ "parentId": null,
382
+ "type": 1,
383
+ "name": "DataDisplay",
384
+ "path": null,
385
+ "permission": null,
386
+ "title": "数据展示",
387
+ "icon": null,
388
+ "outLink": null,
389
+ "isHide": false,
390
+ "isKeepAlive": true,
391
+ "isAffix": false,
392
+ "state": 1,
393
+ "note": null,
394
+ "orderNo": 18
395
+ },
396
+ {
397
+ "id": "1002",
398
+ "parentId": "1001",
399
+ "type": 2,
400
+ "name": "DataDisplayNormal",
401
+ "path": "/display/check/normal",
402
+ "permission": null,
403
+ "title": "小时数据",
404
+ "icon": null,
405
+ "outLink": null,
406
+ "isHide": false,
407
+ "isKeepAlive": true,
408
+ "isAffix": false,
409
+ "state": 1,
410
+ "note": null,
411
+ "orderNo": 19
412
+ },
413
+ {
414
+ "id": "1245",
415
+ "parentId": "1001",
416
+ "type": 2,
417
+ "name": "DataDisplayRealData",
418
+ "path": "/display/raw/real",
419
+ "permission": null,
420
+ "title": "实时数据",
421
+ "icon": null,
422
+ "outLink": null,
423
+ "isHide": false,
424
+ "isKeepAlive": true,
425
+ "isAffix": false,
426
+ "state": 1,
427
+ "note": null,
428
+ "orderNo": 29
429
+ },
430
+ {
431
+ "id": "1184",
432
+ "parentId": null,
433
+ "type": 1,
434
+ "name": "Analysis",
435
+ "path": null,
436
+ "permission": null,
437
+ "title": "数据分析",
438
+ "icon": null,
439
+ "outLink": null,
440
+ "isHide": false,
441
+ "isKeepAlive": true,
442
+ "isAffix": false,
443
+ "state": 1,
444
+ "note": null,
445
+ "orderNo": 30
446
+ },
447
+ {
448
+ "id": "1197",
449
+ "parentId": "1184",
450
+ "type": 1,
451
+ "name": "AnalysisPM",
452
+ "path": null,
453
+ "permission": null,
454
+ "title": "颗粒物污染",
455
+ "icon": null,
456
+ "outLink": null,
457
+ "isHide": false,
458
+ "isKeepAlive": true,
459
+ "isAffix": false,
460
+ "state": 1,
461
+ "note": null,
462
+ "orderNo": 45
463
+ },
464
+ {
465
+ "id": "1198",
466
+ "parentId": "1197",
467
+ "type": 2,
468
+ "name": "AnalysisPMPollutionCharacteristics",
469
+ "path": "/analysis/pm/pollutionfeature",
470
+ "permission": null,
471
+ "title": "污染特征",
472
+ "icon": null,
473
+ "outLink": null,
474
+ "isHide": false,
475
+ "isKeepAlive": true,
476
+ "isAffix": false,
477
+ "state": 1,
478
+ "note": null,
479
+ "orderNo": 46
480
+ },
481
+ {
482
+ "id": "1200",
483
+ "parentId": "1197",
484
+ "type": 2,
485
+ "name": "AnalysisPMTraceabilityAnalysis",
486
+ "path": "/analysis/pm/trace",
487
+ "permission": null,
488
+ "title": "溯源分析",
489
+ "icon": null,
490
+ "outLink": null,
491
+ "isHide": false,
492
+ "isKeepAlive": true,
493
+ "isAffix": false,
494
+ "state": 1,
495
+ "note": null,
496
+ "orderNo": 48
497
+ },
498
+ {
499
+ "id": "1202",
500
+ "parentId": "1184",
501
+ "type": 1,
502
+ "name": "AnalysisPhotochemical",
503
+ "path": null,
504
+ "permission": null,
505
+ "title": "光化学污染",
506
+ "icon": null,
507
+ "outLink": null,
508
+ "isHide": false,
509
+ "isKeepAlive": true,
510
+ "isAffix": false,
511
+ "state": 1,
512
+ "note": null,
513
+ "orderNo": 50
514
+ },
515
+ {
516
+ "id": "1203",
517
+ "parentId": "1202",
518
+ "type": 2,
519
+ "name": "AnalysisPhotochemicalPollutionCharacteristics",
520
+ "path": "/analysis/photochemical/pollutionfeature",
521
+ "permission": null,
522
+ "title": "污染特征",
523
+ "icon": null,
524
+ "outLink": null,
525
+ "isHide": false,
526
+ "isKeepAlive": true,
527
+ "isAffix": false,
528
+ "state": 1,
529
+ "note": null,
530
+ "orderNo": 51
531
+ },
532
+ {
533
+ "id": "1204",
534
+ "parentId": "1202",
535
+ "type": 2,
536
+ "name": "AnalysisPhotochemicalActivity",
537
+ "path": "/analysis/photochemical/activity",
538
+ "permission": null,
539
+ "title": "活性分析",
540
+ "icon": null,
541
+ "outLink": null,
542
+ "isHide": false,
543
+ "isKeepAlive": true,
544
+ "isAffix": false,
545
+ "state": 1,
546
+ "note": null,
547
+ "orderNo": 52
548
+ },
549
+ {
550
+ "id": "1205",
551
+ "parentId": "1202",
552
+ "type": 2,
553
+ "name": "AnalysisPhotochemicalTraceabilityAnalysis",
554
+ "path": "/analysis/photochemical/trace",
555
+ "permission": null,
556
+ "title": "溯源分析",
557
+ "icon": null,
558
+ "outLink": null,
559
+ "isHide": false,
560
+ "isKeepAlive": true,
561
+ "isAffix": false,
562
+ "state": 1,
563
+ "note": null,
564
+ "orderNo": 53
565
+ },
566
+ {
567
+ "id": "1270",
568
+ "parentId": "1184",
569
+ "type": 1,
570
+ "name": "AnalysisTool",
571
+ "path": null,
572
+ "permission": null,
573
+ "title": "分析工具",
574
+ "icon": null,
575
+ "outLink": null,
576
+ "isHide": false,
577
+ "isKeepAlive": true,
578
+ "isAffix": false,
579
+ "state": 1,
580
+ "note": null,
581
+ "orderNo": 65
582
+ },
583
+ {
584
+ "id": "1272",
585
+ "parentId": "1270",
586
+ "type": 2,
587
+ "name": "Hysplit",
588
+ "path": "/analysis/tool/hysplit",
589
+ "permission": null,
590
+ "title": "后向轨迹",
591
+ "icon": null,
592
+ "outLink": null,
593
+ "isHide": false,
594
+ "isKeepAlive": true,
595
+ "isAffix": false,
596
+ "state": 1,
597
+ "note": null,
598
+ "orderNo": 67
599
+ },
600
+ {
601
+ "id": "1295",
602
+ "parentId": "1270",
603
+ "type": 2,
604
+ "name": "AnalysisToolTrackSource",
605
+ "path": "/analysis/tool/track/source",
606
+ "permission": null,
607
+ "title": "溯源分析",
608
+ "icon": null,
609
+ "outLink": null,
610
+ "isHide": false,
611
+ "isKeepAlive": true,
612
+ "isAffix": false,
613
+ "state": 1,
614
+ "note": null,
615
+ "orderNo": 72
616
+ },
617
+ {
618
+ "id": "1162",
619
+ "parentId": null,
620
+ "type": 1,
621
+ "name": "QCManage",
622
+ "path": null,
623
+ "permission": null,
624
+ "title": "质量管理",
625
+ "icon": "QCIcon",
626
+ "outLink": null,
627
+ "isHide": false,
628
+ "isKeepAlive": true,
629
+ "isAffix": false,
630
+ "state": 1,
631
+ "note": null,
632
+ "orderNo": 73
633
+ },
634
+ {
635
+ "id": "1240",
636
+ "parentId": "1162",
637
+ "type": 2,
638
+ "name": "QCStatistics",
639
+ "path": "/qc/stat",
640
+ "permission": null,
641
+ "title": "质控统计",
642
+ "icon": null,
643
+ "outLink": null,
644
+ "isHide": false,
645
+ "isKeepAlive": true,
646
+ "isAffix": false,
647
+ "state": 1,
648
+ "note": null,
649
+ "orderNo": 76
650
+ },
651
+ {
652
+ "id": "1241",
653
+ "parentId": "1162",
654
+ "type": 2,
655
+ "name": "QCRecod",
656
+ "path": "/qc/record",
657
+ "permission": null,
658
+ "title": "质控记录",
659
+ "icon": null,
660
+ "outLink": null,
661
+ "isHide": false,
662
+ "isKeepAlive": true,
663
+ "isAffix": false,
664
+ "state": 1,
665
+ "note": null,
666
+ "orderNo": 77
667
+ },
668
+ {
669
+ "id": "1242",
670
+ "parentId": "1162",
671
+ "type": 2,
672
+ "name": "QCDeviceStatus",
673
+ "path": "/qc/deviceStatus",
674
+ "permission": null,
675
+ "title": "状态参数",
676
+ "icon": null,
677
+ "outLink": null,
678
+ "isHide": false,
679
+ "isKeepAlive": true,
680
+ "isAffix": false,
681
+ "state": 1,
682
+ "note": null,
683
+ "orderNo": 78
684
+ },
685
+ {
686
+ "id": "1251",
687
+ "parentId": "1162",
688
+ "type": 1,
689
+ "name": "QualityControlTool",
690
+ "path": null,
691
+ "permission": null,
692
+ "title": "质控工具",
693
+ "icon": null,
694
+ "outLink": null,
695
+ "isHide": false,
696
+ "isKeepAlive": true,
697
+ "isAffix": false,
698
+ "state": 1,
699
+ "note": null,
700
+ "orderNo": 79
701
+ },
702
+ {
703
+ "id": "1024",
704
+ "parentId": "1251",
705
+ "type": 2,
706
+ "name": "GasBottle",
707
+ "path": "/gasbottle",
708
+ "permission": null,
709
+ "title": "钢瓶气",
710
+ "icon": null,
711
+ "outLink": null,
712
+ "isHide": false,
713
+ "isKeepAlive": true,
714
+ "isAffix": false,
715
+ "state": 1,
716
+ "note": null,
717
+ "orderNo": 80
718
+ },
719
+ {
720
+ "id": "1025",
721
+ "parentId": "1024",
722
+ "type": 3,
723
+ "name": "List",
724
+ "path": null,
725
+ "permission": "POST:/api/gasbottle/page",
726
+ "title": "查询",
727
+ "icon": null,
728
+ "outLink": null,
729
+ "isHide": false,
730
+ "isKeepAlive": true,
731
+ "isAffix": false,
732
+ "state": 1,
733
+ "note": null,
734
+ "orderNo": 81
735
+ },
736
+ {
737
+ "id": "1026",
738
+ "parentId": "1024",
739
+ "type": 3,
740
+ "name": "Detail",
741
+ "path": null,
742
+ "permission": "GET:/api/gasbottle/{id}",
743
+ "title": "详情",
744
+ "icon": null,
745
+ "outLink": null,
746
+ "isHide": false,
747
+ "isKeepAlive": true,
748
+ "isAffix": false,
749
+ "state": 1,
750
+ "note": null,
751
+ "orderNo": 82
752
+ },
753
+ {
754
+ "id": "1027",
755
+ "parentId": "1024",
756
+ "type": 3,
757
+ "name": "Add",
758
+ "path": null,
759
+ "permission": "POST:/api/gasbottle",
760
+ "title": "新增",
761
+ "icon": null,
762
+ "outLink": null,
763
+ "isHide": false,
764
+ "isKeepAlive": true,
765
+ "isAffix": false,
766
+ "state": 1,
767
+ "note": null,
768
+ "orderNo": 83
769
+ },
770
+ {
771
+ "id": "1028",
772
+ "parentId": "1024",
773
+ "type": 3,
774
+ "name": "Delete",
775
+ "path": null,
776
+ "permission": "DELETE:/api/gasbottle",
777
+ "title": "删除",
778
+ "icon": null,
779
+ "outLink": null,
780
+ "isHide": false,
781
+ "isKeepAlive": true,
782
+ "isAffix": false,
783
+ "state": 1,
784
+ "note": null,
785
+ "orderNo": 84
786
+ },
787
+ {
788
+ "id": "1029",
789
+ "parentId": "1024",
790
+ "type": 3,
791
+ "name": "Edit",
792
+ "path": null,
793
+ "permission": "PUT:/api/gasbottle",
794
+ "title": "编辑",
795
+ "icon": null,
796
+ "outLink": null,
797
+ "isHide": false,
798
+ "isKeepAlive": true,
799
+ "isAffix": false,
800
+ "state": 1,
801
+ "note": null,
802
+ "orderNo": 85
803
+ },
804
+ {
805
+ "id": "1030",
806
+ "parentId": "1024",
807
+ "type": 3,
808
+ "name": "Export",
809
+ "path": null,
810
+ "permission": "POST:/api/gasbottle/export",
811
+ "title": "导出",
812
+ "icon": null,
813
+ "outLink": null,
814
+ "isHide": false,
815
+ "isKeepAlive": true,
816
+ "isAffix": false,
817
+ "state": 1,
818
+ "note": null,
819
+ "orderNo": 86
820
+ },
821
+ {
822
+ "id": "1031",
823
+ "parentId": "1024",
824
+ "type": 3,
825
+ "name": "Import",
826
+ "path": null,
827
+ "permission": "POST:/api/gasbottle/import",
828
+ "title": "导入",
829
+ "icon": null,
830
+ "outLink": null,
831
+ "isHide": false,
832
+ "isKeepAlive": true,
833
+ "isAffix": false,
834
+ "state": 1,
835
+ "note": null,
836
+ "orderNo": 87
837
+ },
838
+ {
839
+ "id": "1296",
840
+ "parentId": "1024",
841
+ "type": 3,
842
+ "name": "ListDel",
843
+ "path": null,
844
+ "permission": "POST:/api/gasbottle/page/del",
845
+ "title": "逻辑删除查询",
846
+ "icon": null,
847
+ "outLink": null,
848
+ "isHide": false,
849
+ "isKeepAlive": true,
850
+ "isAffix": false,
851
+ "state": 1,
852
+ "note": null,
853
+ "orderNo": 88
854
+ },
855
+ {
856
+ "id": "1297",
857
+ "parentId": "1024",
858
+ "type": 3,
859
+ "name": "Restore",
860
+ "path": null,
861
+ "permission": "PUT:/api/gasbottle/restore/{id}",
862
+ "title": "恢复",
863
+ "icon": null,
864
+ "outLink": null,
865
+ "isHide": false,
866
+ "isKeepAlive": true,
867
+ "isAffix": false,
868
+ "state": 1,
869
+ "note": null,
870
+ "orderNo": 89
871
+ },
872
+ {
873
+ "id": "1298",
874
+ "parentId": "1024",
875
+ "type": 3,
876
+ "name": "SuperDelete",
877
+ "path": null,
878
+ "permission": "DELETE:/api/gasbottle/del/{id}",
879
+ "title": "彻底删除",
880
+ "icon": null,
881
+ "outLink": null,
882
+ "isHide": false,
883
+ "isKeepAlive": true,
884
+ "isAffix": false,
885
+ "state": 1,
886
+ "note": null,
887
+ "orderNo": 90
888
+ },
889
+ {
890
+ "id": "1252",
891
+ "parentId": "1251",
892
+ "type": 2,
893
+ "name": "MeasuringInstrument",
894
+ "path": "/meter",
895
+ "permission": null,
896
+ "title": "测量器具",
897
+ "icon": null,
898
+ "outLink": null,
899
+ "isHide": false,
900
+ "isKeepAlive": true,
901
+ "isAffix": false,
902
+ "state": 1,
903
+ "note": null,
904
+ "orderNo": 91
905
+ },
906
+ {
907
+ "id": "1253",
908
+ "parentId": "1252",
909
+ "type": 3,
910
+ "name": "List",
911
+ "path": null,
912
+ "permission": "POST:/api/meter/page",
913
+ "title": "查询",
914
+ "icon": null,
915
+ "outLink": null,
916
+ "isHide": false,
917
+ "isKeepAlive": true,
918
+ "isAffix": false,
919
+ "state": 1,
920
+ "note": null,
921
+ "orderNo": 92
922
+ },
923
+ {
924
+ "id": "1254",
925
+ "parentId": "1252",
926
+ "type": 3,
927
+ "name": "Detail",
928
+ "path": null,
929
+ "permission": "GET:/api/meter/{id}",
930
+ "title": "详情",
931
+ "icon": null,
932
+ "outLink": null,
933
+ "isHide": false,
934
+ "isKeepAlive": true,
935
+ "isAffix": false,
936
+ "state": 1,
937
+ "note": null,
938
+ "orderNo": 93
939
+ },
940
+ {
941
+ "id": "1255",
942
+ "parentId": "1252",
943
+ "type": 3,
944
+ "name": "Add",
945
+ "path": null,
946
+ "permission": "POST:/api/meter",
947
+ "title": "新增",
948
+ "icon": null,
949
+ "outLink": null,
950
+ "isHide": false,
951
+ "isKeepAlive": true,
952
+ "isAffix": false,
953
+ "state": 1,
954
+ "note": null,
955
+ "orderNo": 94
956
+ },
957
+ {
958
+ "id": "1256",
959
+ "parentId": "1252",
960
+ "type": 3,
961
+ "name": "Delete",
962
+ "path": null,
963
+ "permission": "DELETE:/api/meter",
964
+ "title": "删除",
965
+ "icon": null,
966
+ "outLink": null,
967
+ "isHide": false,
968
+ "isKeepAlive": true,
969
+ "isAffix": false,
970
+ "state": 1,
971
+ "note": null,
972
+ "orderNo": 95
973
+ },
974
+ {
975
+ "id": "1257",
976
+ "parentId": "1252",
977
+ "type": 3,
978
+ "name": "Edit",
979
+ "path": null,
980
+ "permission": "PUT:/api/meter",
981
+ "title": "编辑",
982
+ "icon": null,
983
+ "outLink": null,
984
+ "isHide": false,
985
+ "isKeepAlive": true,
986
+ "isAffix": false,
987
+ "state": 1,
988
+ "note": null,
989
+ "orderNo": 96
990
+ },
991
+ {
992
+ "id": "1258",
993
+ "parentId": "1252",
994
+ "type": 3,
995
+ "name": "Export",
996
+ "path": null,
997
+ "permission": "POST:/api/meter/export",
998
+ "title": "导出",
999
+ "icon": null,
1000
+ "outLink": null,
1001
+ "isHide": false,
1002
+ "isKeepAlive": true,
1003
+ "isAffix": false,
1004
+ "state": 1,
1005
+ "note": null,
1006
+ "orderNo": 97
1007
+ },
1008
+ {
1009
+ "id": "1259",
1010
+ "parentId": "1252",
1011
+ "type": 3,
1012
+ "name": "Import",
1013
+ "path": null,
1014
+ "permission": "POST:/api/meter/import",
1015
+ "title": "导入",
1016
+ "icon": null,
1017
+ "outLink": null,
1018
+ "isHide": false,
1019
+ "isKeepAlive": true,
1020
+ "isAffix": false,
1021
+ "state": 1,
1022
+ "note": null,
1023
+ "orderNo": 98
1024
+ },
1025
+ {
1026
+ "id": "1299",
1027
+ "parentId": "1252",
1028
+ "type": 3,
1029
+ "name": "ListDel",
1030
+ "path": null,
1031
+ "permission": "POST:/api/meter/page/del",
1032
+ "title": "逻辑删除查询",
1033
+ "icon": null,
1034
+ "outLink": null,
1035
+ "isHide": false,
1036
+ "isKeepAlive": true,
1037
+ "isAffix": false,
1038
+ "state": 1,
1039
+ "note": null,
1040
+ "orderNo": 99
1041
+ },
1042
+ {
1043
+ "id": "1300",
1044
+ "parentId": "1252",
1045
+ "type": 3,
1046
+ "name": "Restore",
1047
+ "path": null,
1048
+ "permission": "PUT:/api/meter/restore/{id}",
1049
+ "title": "恢复",
1050
+ "icon": null,
1051
+ "outLink": null,
1052
+ "isHide": false,
1053
+ "isKeepAlive": true,
1054
+ "isAffix": false,
1055
+ "state": 1,
1056
+ "note": null,
1057
+ "orderNo": 100
1058
+ },
1059
+ {
1060
+ "id": "1301",
1061
+ "parentId": "1252",
1062
+ "type": 3,
1063
+ "name": "SuperDelete",
1064
+ "path": null,
1065
+ "permission": "DELETE:/api/meter/del/{id}",
1066
+ "title": "彻底删除",
1067
+ "icon": null,
1068
+ "outLink": null,
1069
+ "isHide": false,
1070
+ "isKeepAlive": true,
1071
+ "isAffix": false,
1072
+ "state": 1,
1073
+ "note": null,
1074
+ "orderNo": 101
1075
+ },
1076
+ {
1077
+ "id": "1286",
1078
+ "parentId": "1251",
1079
+ "type": 2,
1080
+ "name": "Calibrator",
1081
+ "path": "/calibrator",
1082
+ "permission": null,
1083
+ "title": "校准设备",
1084
+ "icon": null,
1085
+ "outLink": null,
1086
+ "isHide": false,
1087
+ "isKeepAlive": true,
1088
+ "isAffix": false,
1089
+ "state": 1,
1090
+ "note": null,
1091
+ "orderNo": 102
1092
+ },
1093
+ {
1094
+ "id": "1287",
1095
+ "parentId": "1286",
1096
+ "type": 3,
1097
+ "name": "List",
1098
+ "path": null,
1099
+ "permission": "POST:/api/device/page",
1100
+ "title": "查询",
1101
+ "icon": null,
1102
+ "outLink": null,
1103
+ "isHide": false,
1104
+ "isKeepAlive": true,
1105
+ "isAffix": false,
1106
+ "state": 1,
1107
+ "note": null,
1108
+ "orderNo": 103
1109
+ },
1110
+ {
1111
+ "id": "1288",
1112
+ "parentId": "1286",
1113
+ "type": 3,
1114
+ "name": "Detail",
1115
+ "path": null,
1116
+ "permission": "GET:/api/device/{id}",
1117
+ "title": "详情",
1118
+ "icon": null,
1119
+ "outLink": null,
1120
+ "isHide": false,
1121
+ "isKeepAlive": true,
1122
+ "isAffix": false,
1123
+ "state": 1,
1124
+ "note": null,
1125
+ "orderNo": 104
1126
+ },
1127
+ {
1128
+ "id": "1289",
1129
+ "parentId": "1286",
1130
+ "type": 3,
1131
+ "name": "Add",
1132
+ "path": null,
1133
+ "permission": "POST:/api/device",
1134
+ "title": "新增",
1135
+ "icon": null,
1136
+ "outLink": null,
1137
+ "isHide": false,
1138
+ "isKeepAlive": true,
1139
+ "isAffix": false,
1140
+ "state": 1,
1141
+ "note": null,
1142
+ "orderNo": 105
1143
+ },
1144
+ {
1145
+ "id": "1290",
1146
+ "parentId": "1286",
1147
+ "type": 3,
1148
+ "name": "Edit",
1149
+ "path": null,
1150
+ "permission": "PUT:/api/device",
1151
+ "title": "编辑",
1152
+ "icon": null,
1153
+ "outLink": null,
1154
+ "isHide": false,
1155
+ "isKeepAlive": true,
1156
+ "isAffix": false,
1157
+ "state": 1,
1158
+ "note": null,
1159
+ "orderNo": 106
1160
+ },
1161
+ {
1162
+ "id": "1291",
1163
+ "parentId": "1286",
1164
+ "type": 3,
1165
+ "name": "Delete",
1166
+ "path": null,
1167
+ "permission": "DELETE:/api/device",
1168
+ "title": "删除",
1169
+ "icon": null,
1170
+ "outLink": null,
1171
+ "isHide": false,
1172
+ "isKeepAlive": true,
1173
+ "isAffix": false,
1174
+ "state": 1,
1175
+ "note": null,
1176
+ "orderNo": 107
1177
+ },
1178
+ {
1179
+ "id": "1302",
1180
+ "parentId": "1286",
1181
+ "type": 3,
1182
+ "name": "ListDel",
1183
+ "path": null,
1184
+ "permission": "POST:/api/device/page/del",
1185
+ "title": "逻辑删除查询",
1186
+ "icon": null,
1187
+ "outLink": null,
1188
+ "isHide": false,
1189
+ "isKeepAlive": true,
1190
+ "isAffix": false,
1191
+ "state": 1,
1192
+ "note": null,
1193
+ "orderNo": 108
1194
+ },
1195
+ {
1196
+ "id": "1303",
1197
+ "parentId": "1286",
1198
+ "type": 3,
1199
+ "name": "Restore",
1200
+ "path": null,
1201
+ "permission": "PUT:/api/device/restore/{id}",
1202
+ "title": "恢复",
1203
+ "icon": null,
1204
+ "outLink": null,
1205
+ "isHide": false,
1206
+ "isKeepAlive": true,
1207
+ "isAffix": false,
1208
+ "state": 1,
1209
+ "note": null,
1210
+ "orderNo": 109
1211
+ },
1212
+ {
1213
+ "id": "1304",
1214
+ "parentId": "1286",
1215
+ "type": 3,
1216
+ "name": "SuperDelete",
1217
+ "path": null,
1218
+ "permission": "DELETE:/api/device/del/{id}",
1219
+ "title": "彻底删除",
1220
+ "icon": null,
1221
+ "outLink": null,
1222
+ "isHide": false,
1223
+ "isKeepAlive": true,
1224
+ "isAffix": false,
1225
+ "state": 1,
1226
+ "note": null,
1227
+ "orderNo": 110
1228
+ },
1229
+ {
1230
+ "id": "1222",
1231
+ "parentId": null,
1232
+ "type": 1,
1233
+ "name": "DataReport",
1234
+ "path": null,
1235
+ "permission": null,
1236
+ "title": "数据报表",
1237
+ "icon": null,
1238
+ "outLink": null,
1239
+ "isHide": false,
1240
+ "isKeepAlive": true,
1241
+ "isAffix": false,
1242
+ "state": 1,
1243
+ "note": null,
1244
+ "orderNo": 118
1245
+ },
1246
+ {
1247
+ "id": "1224",
1248
+ "parentId": "1222",
1249
+ "type": 1,
1250
+ "name": "DataReportStatistics",
1251
+ "path": null,
1252
+ "permission": null,
1253
+ "title": "数据统计",
1254
+ "icon": null,
1255
+ "outLink": null,
1256
+ "isHide": false,
1257
+ "isKeepAlive": true,
1258
+ "isAffix": false,
1259
+ "state": 1,
1260
+ "note": null,
1261
+ "orderNo": 120
1262
+ },
1263
+ {
1264
+ "id": "1227",
1265
+ "parentId": "1224",
1266
+ "type": 2,
1267
+ "name": "DataReportStatisticsDeviceValidCollectionRate",
1268
+ "path": "/report/stat/devicerate",
1269
+ "permission": null,
1270
+ "title": "仪器有效/捕集率",
1271
+ "icon": null,
1272
+ "outLink": null,
1273
+ "isHide": false,
1274
+ "isKeepAlive": true,
1275
+ "isAffix": false,
1276
+ "state": 1,
1277
+ "note": null,
1278
+ "orderNo": 123
1279
+ },
1280
+ {
1281
+ "id": "1228",
1282
+ "parentId": "1224",
1283
+ "type": 2,
1284
+ "name": "DataReportStatisticsFactorValidCollectionRate",
1285
+ "path": "/report/stat/factorrate",
1286
+ "permission": null,
1287
+ "title": "因子有效/捕集率",
1288
+ "icon": null,
1289
+ "outLink": null,
1290
+ "isHide": false,
1291
+ "isKeepAlive": true,
1292
+ "isAffix": false,
1293
+ "state": 1,
1294
+ "note": null,
1295
+ "orderNo": 124
1296
+ },
1297
+ {
1298
+ "id": "1247",
1299
+ "parentId": null,
1300
+ "type": 1,
1301
+ "name": "OMManage",
1302
+ "path": null,
1303
+ "permission": null,
1304
+ "title": "运维管理",
1305
+ "icon": "TaskManageIcon",
1306
+ "outLink": null,
1307
+ "isHide": false,
1308
+ "isKeepAlive": true,
1309
+ "isAffix": false,
1310
+ "state": 1,
1311
+ "note": null,
1312
+ "orderNo": 135
1313
+ },
1314
+ {
1315
+ "id": "1280",
1316
+ "parentId": "1247",
1317
+ "type": 2,
1318
+ "name": "DeviceDataStatistics",
1319
+ "path": "/om/online",
1320
+ "permission": null,
1321
+ "title": "联网状态",
1322
+ "icon": null,
1323
+ "outLink": null,
1324
+ "isHide": false,
1325
+ "isKeepAlive": true,
1326
+ "isAffix": false,
1327
+ "state": 1,
1328
+ "note": null,
1329
+ "orderNo": 136
1330
+ },
1331
+ {
1332
+ "id": "1128",
1333
+ "parentId": "1247",
1334
+ "type": 1,
1335
+ "name": "AlarmManage",
1336
+ "path": null,
1337
+ "permission": null,
1338
+ "title": "报警管理",
1339
+ "icon": "",
1340
+ "outLink": null,
1341
+ "isHide": false,
1342
+ "isKeepAlive": true,
1343
+ "isAffix": false,
1344
+ "state": 1,
1345
+ "note": null,
1346
+ "orderNo": 159
1347
+ },
1348
+ {
1349
+ "id": "1326",
1350
+ "parentId": "1247",
1351
+ "type": 2,
1352
+ "name": "RemoteControl",
1353
+ "path": "/remote/control",
1354
+ "permission": null,
1355
+ "title": "远程控制",
1356
+ "icon": null,
1357
+ "outLink": null,
1358
+ "isHide": false,
1359
+ "isKeepAlive": true,
1360
+ "isAffix": false,
1361
+ "state": 1,
1362
+ "note": null,
1363
+ "orderNo": 193
1364
+ },
1365
+ {
1366
+ "id": "1010",
1367
+ "parentId": null,
1368
+ "type": 1,
1369
+ "name": "SiteManage",
1370
+ "path": null,
1371
+ "permission": null,
1372
+ "title": "站点管理",
1373
+ "icon": "SiteManageIcon",
1374
+ "outLink": null,
1375
+ "isHide": false,
1376
+ "isKeepAlive": true,
1377
+ "isAffix": false,
1378
+ "state": 1,
1379
+ "note": null,
1380
+ "orderNo": 194
1381
+ },
1382
+ {
1383
+ "id": "1011",
1384
+ "parentId": "1010",
1385
+ "type": 2,
1386
+ "name": "Site",
1387
+ "path": "/site/config",
1388
+ "permission": null,
1389
+ "title": "站点配置",
1390
+ "icon": null,
1391
+ "outLink": null,
1392
+ "isHide": false,
1393
+ "isKeepAlive": true,
1394
+ "isAffix": false,
1395
+ "state": 1,
1396
+ "note": null,
1397
+ "orderNo": 195
1398
+ },
1399
+ {
1400
+ "id": "1014",
1401
+ "parentId": "1011",
1402
+ "type": 3,
1403
+ "name": "Add",
1404
+ "path": null,
1405
+ "permission": "POST:/api/site",
1406
+ "title": "新增",
1407
+ "icon": null,
1408
+ "outLink": null,
1409
+ "isHide": false,
1410
+ "isKeepAlive": true,
1411
+ "isAffix": false,
1412
+ "state": 1,
1413
+ "note": null,
1414
+ "orderNo": 198
1415
+ },
1416
+ {
1417
+ "id": "1015",
1418
+ "parentId": "1011",
1419
+ "type": 3,
1420
+ "name": "Delete",
1421
+ "path": null,
1422
+ "permission": "DELETE:/api/site",
1423
+ "title": "删除",
1424
+ "icon": null,
1425
+ "outLink": null,
1426
+ "isHide": false,
1427
+ "isKeepAlive": true,
1428
+ "isAffix": false,
1429
+ "state": 1,
1430
+ "note": null,
1431
+ "orderNo": 199
1432
+ },
1433
+ {
1434
+ "id": "1016",
1435
+ "parentId": "1011",
1436
+ "type": 3,
1437
+ "name": "Edit",
1438
+ "path": null,
1439
+ "permission": "PUT:/api/site",
1440
+ "title": "编辑",
1441
+ "icon": null,
1442
+ "outLink": null,
1443
+ "isHide": false,
1444
+ "isKeepAlive": true,
1445
+ "isAffix": false,
1446
+ "state": 1,
1447
+ "note": null,
1448
+ "orderNo": 200
1449
+ },
1450
+ {
1451
+ "id": "1017",
1452
+ "parentId": "1011",
1453
+ "type": 3,
1454
+ "name": "Export",
1455
+ "path": null,
1456
+ "permission": "POST:/api/site/export",
1457
+ "title": "导出",
1458
+ "icon": null,
1459
+ "outLink": null,
1460
+ "isHide": false,
1461
+ "isKeepAlive": true,
1462
+ "isAffix": false,
1463
+ "state": 1,
1464
+ "note": null,
1465
+ "orderNo": 201
1466
+ },
1467
+ {
1468
+ "id": "1308",
1469
+ "parentId": "1011",
1470
+ "type": 3,
1471
+ "name": "ListDel",
1472
+ "path": null,
1473
+ "permission": "POST:/api/site/page/del",
1474
+ "title": "逻辑删除查询",
1475
+ "icon": null,
1476
+ "outLink": null,
1477
+ "isHide": false,
1478
+ "isKeepAlive": true,
1479
+ "isAffix": false,
1480
+ "state": 1,
1481
+ "note": null,
1482
+ "orderNo": 203
1483
+ },
1484
+ {
1485
+ "id": "1309",
1486
+ "parentId": "1011",
1487
+ "type": 3,
1488
+ "name": "Restore",
1489
+ "path": null,
1490
+ "permission": "PUT:/api/site/restore/{id}",
1491
+ "title": "恢复",
1492
+ "icon": null,
1493
+ "outLink": null,
1494
+ "isHide": false,
1495
+ "isKeepAlive": true,
1496
+ "isAffix": false,
1497
+ "state": 1,
1498
+ "note": null,
1499
+ "orderNo": 204
1500
+ },
1501
+ {
1502
+ "id": "1310",
1503
+ "parentId": "1011",
1504
+ "type": 3,
1505
+ "name": "SuperDelete",
1506
+ "path": null,
1507
+ "permission": "DELETE:/api/site/del/{id}",
1508
+ "title": "彻底删除",
1509
+ "icon": null,
1510
+ "outLink": null,
1511
+ "isHide": false,
1512
+ "isKeepAlive": true,
1513
+ "isAffix": false,
1514
+ "state": 1,
1515
+ "note": null,
1516
+ "orderNo": 205
1517
+ },
1518
+ {
1519
+ "id": "1040",
1520
+ "parentId": "1010",
1521
+ "type": 2,
1522
+ "name": "SiteCategory",
1523
+ "path": "/site/category",
1524
+ "permission": null,
1525
+ "title": "站点分组",
1526
+ "icon": null,
1527
+ "outLink": null,
1528
+ "isHide": false,
1529
+ "isKeepAlive": true,
1530
+ "isAffix": false,
1531
+ "state": 1,
1532
+ "note": null,
1533
+ "orderNo": 217
1534
+ },
1535
+ {
1536
+ "id": "1041",
1537
+ "parentId": "1040",
1538
+ "type": 3,
1539
+ "name": "List",
1540
+ "path": null,
1541
+ "permission": "POST:/api/site/category/list",
1542
+ "title": "查询",
1543
+ "icon": null,
1544
+ "outLink": null,
1545
+ "isHide": false,
1546
+ "isKeepAlive": true,
1547
+ "isAffix": false,
1548
+ "state": 1,
1549
+ "note": null,
1550
+ "orderNo": 218
1551
+ },
1552
+ {
1553
+ "id": "1042",
1554
+ "parentId": "1040",
1555
+ "type": 3,
1556
+ "name": "Detail",
1557
+ "path": null,
1558
+ "permission": "GET:/api/site/category/{id}",
1559
+ "title": "详情",
1560
+ "icon": null,
1561
+ "outLink": null,
1562
+ "isHide": false,
1563
+ "isKeepAlive": true,
1564
+ "isAffix": false,
1565
+ "state": 1,
1566
+ "note": null,
1567
+ "orderNo": 219
1568
+ },
1569
+ {
1570
+ "id": "1043",
1571
+ "parentId": "1040",
1572
+ "type": 3,
1573
+ "name": "Add",
1574
+ "path": null,
1575
+ "permission": "POST:/api/site/category",
1576
+ "title": "新增",
1577
+ "icon": null,
1578
+ "outLink": null,
1579
+ "isHide": false,
1580
+ "isKeepAlive": true,
1581
+ "isAffix": false,
1582
+ "state": 1,
1583
+ "note": null,
1584
+ "orderNo": 220
1585
+ },
1586
+ {
1587
+ "id": "1044",
1588
+ "parentId": "1040",
1589
+ "type": 3,
1590
+ "name": "Delete",
1591
+ "path": null,
1592
+ "permission": "DELETE:/api/site/category",
1593
+ "title": "删除",
1594
+ "icon": null,
1595
+ "outLink": null,
1596
+ "isHide": false,
1597
+ "isKeepAlive": true,
1598
+ "isAffix": false,
1599
+ "state": 1,
1600
+ "note": null,
1601
+ "orderNo": 221
1602
+ },
1603
+ {
1604
+ "id": "1045",
1605
+ "parentId": "1040",
1606
+ "type": 3,
1607
+ "name": "Edit",
1608
+ "path": null,
1609
+ "permission": "PUT:/api/site/category",
1610
+ "title": "编辑",
1611
+ "icon": null,
1612
+ "outLink": null,
1613
+ "isHide": false,
1614
+ "isKeepAlive": true,
1615
+ "isAffix": false,
1616
+ "state": 1,
1617
+ "note": null,
1618
+ "orderNo": 222
1619
+ },
1620
+ {
1621
+ "id": "1046",
1622
+ "parentId": "1040",
1623
+ "type": 3,
1624
+ "name": "Export",
1625
+ "path": null,
1626
+ "permission": "POST:/api/site/category/export",
1627
+ "title": "导出",
1628
+ "icon": null,
1629
+ "outLink": null,
1630
+ "isHide": false,
1631
+ "isKeepAlive": true,
1632
+ "isAffix": false,
1633
+ "state": 1,
1634
+ "note": null,
1635
+ "orderNo": 223
1636
+ },
1637
+ {
1638
+ "id": "1047",
1639
+ "parentId": "1040",
1640
+ "type": 3,
1641
+ "name": "Import",
1642
+ "path": null,
1643
+ "permission": "POST:/api/site/category/import",
1644
+ "title": "导入",
1645
+ "icon": null,
1646
+ "outLink": null,
1647
+ "isHide": false,
1648
+ "isKeepAlive": true,
1649
+ "isAffix": false,
1650
+ "state": 1,
1651
+ "note": null,
1652
+ "orderNo": 224
1653
+ },
1654
+ {
1655
+ "id": "1019",
1656
+ "parentId": "1010",
1657
+ "type": 2,
1658
+ "name": "GrantSiteDevice",
1659
+ "path": "/grant/siteDevice",
1660
+ "permission": null,
1661
+ "title": "授权管理",
1662
+ "icon": null,
1663
+ "outLink": null,
1664
+ "isHide": false,
1665
+ "isKeepAlive": true,
1666
+ "isAffix": false,
1667
+ "state": 1,
1668
+ "note": null,
1669
+ "orderNo": 225
1670
+ },
1671
+ {
1672
+ "id": "1048",
1673
+ "parentId": null,
1674
+ "type": 1,
1675
+ "name": "DeviceManage",
1676
+ "path": null,
1677
+ "permission": null,
1678
+ "title": "设备管理",
1679
+ "icon": "DeviceManageIcon",
1680
+ "outLink": null,
1681
+ "isHide": false,
1682
+ "isKeepAlive": true,
1683
+ "isAffix": false,
1684
+ "state": 1,
1685
+ "note": null,
1686
+ "orderNo": 226
1687
+ },
1688
+ {
1689
+ "id": "1049",
1690
+ "parentId": "1048",
1691
+ "type": 2,
1692
+ "name": "Device",
1693
+ "path": "/device/config",
1694
+ "permission": null,
1695
+ "title": "设备配置",
1696
+ "icon": null,
1697
+ "outLink": null,
1698
+ "isHide": false,
1699
+ "isKeepAlive": true,
1700
+ "isAffix": false,
1701
+ "state": 1,
1702
+ "note": null,
1703
+ "orderNo": 227
1704
+ },
1705
+ {
1706
+ "id": "1050",
1707
+ "parentId": "1049",
1708
+ "type": 3,
1709
+ "name": "List",
1710
+ "path": null,
1711
+ "permission": "POST:/api/device/page",
1712
+ "title": "查询",
1713
+ "icon": null,
1714
+ "outLink": null,
1715
+ "isHide": false,
1716
+ "isKeepAlive": true,
1717
+ "isAffix": false,
1718
+ "state": 1,
1719
+ "note": null,
1720
+ "orderNo": 228
1721
+ },
1722
+ {
1723
+ "id": "1051",
1724
+ "parentId": "1049",
1725
+ "type": 3,
1726
+ "name": "Detail",
1727
+ "path": null,
1728
+ "permission": "GET:/api/device/{id}",
1729
+ "title": "详情",
1730
+ "icon": null,
1731
+ "outLink": null,
1732
+ "isHide": false,
1733
+ "isKeepAlive": true,
1734
+ "isAffix": false,
1735
+ "state": 1,
1736
+ "note": null,
1737
+ "orderNo": 229
1738
+ },
1739
+ {
1740
+ "id": "1052",
1741
+ "parentId": "1049",
1742
+ "type": 3,
1743
+ "name": "Add",
1744
+ "path": null,
1745
+ "permission": "POST:/api/device",
1746
+ "title": "新增",
1747
+ "icon": null,
1748
+ "outLink": null,
1749
+ "isHide": false,
1750
+ "isKeepAlive": true,
1751
+ "isAffix": false,
1752
+ "state": 1,
1753
+ "note": null,
1754
+ "orderNo": 230
1755
+ },
1756
+ {
1757
+ "id": "1053",
1758
+ "parentId": "1049",
1759
+ "type": 3,
1760
+ "name": "Delete",
1761
+ "path": null,
1762
+ "permission": "DELETE:/api/device",
1763
+ "title": "删除",
1764
+ "icon": null,
1765
+ "outLink": null,
1766
+ "isHide": false,
1767
+ "isKeepAlive": true,
1768
+ "isAffix": false,
1769
+ "state": 1,
1770
+ "note": null,
1771
+ "orderNo": 231
1772
+ },
1773
+ {
1774
+ "id": "1054",
1775
+ "parentId": "1049",
1776
+ "type": 3,
1777
+ "name": "Edit",
1778
+ "path": null,
1779
+ "permission": "PUT:/api/device",
1780
+ "title": "编辑",
1781
+ "icon": null,
1782
+ "outLink": null,
1783
+ "isHide": false,
1784
+ "isKeepAlive": true,
1785
+ "isAffix": false,
1786
+ "state": 1,
1787
+ "note": null,
1788
+ "orderNo": 232
1789
+ },
1790
+ {
1791
+ "id": "1055",
1792
+ "parentId": "1049",
1793
+ "type": 3,
1794
+ "name": "Export",
1795
+ "path": null,
1796
+ "permission": "POST:/api/device/export",
1797
+ "title": "导出",
1798
+ "icon": null,
1799
+ "outLink": null,
1800
+ "isHide": false,
1801
+ "isKeepAlive": true,
1802
+ "isAffix": false,
1803
+ "state": 1,
1804
+ "note": null,
1805
+ "orderNo": 233
1806
+ },
1807
+ {
1808
+ "id": "1056",
1809
+ "parentId": "1049",
1810
+ "type": 3,
1811
+ "name": "Import",
1812
+ "path": null,
1813
+ "permission": "POST:/api/device/import",
1814
+ "title": "导入",
1815
+ "icon": null,
1816
+ "outLink": null,
1817
+ "isHide": false,
1818
+ "isKeepAlive": true,
1819
+ "isAffix": false,
1820
+ "state": 1,
1821
+ "note": null,
1822
+ "orderNo": 234
1823
+ },
1824
+ {
1825
+ "id": "1305",
1826
+ "parentId": "1049",
1827
+ "type": 3,
1828
+ "name": "ListDel",
1829
+ "path": null,
1830
+ "permission": "POST:/api/device/page/del",
1831
+ "title": "逻辑删除查询",
1832
+ "icon": null,
1833
+ "outLink": null,
1834
+ "isHide": false,
1835
+ "isKeepAlive": true,
1836
+ "isAffix": false,
1837
+ "state": 1,
1838
+ "note": null,
1839
+ "orderNo": 235
1840
+ },
1841
+ {
1842
+ "id": "1306",
1843
+ "parentId": "1049",
1844
+ "type": 3,
1845
+ "name": "Restore",
1846
+ "path": null,
1847
+ "permission": "PUT:/api/device/restore/{id}",
1848
+ "title": "恢复",
1849
+ "icon": null,
1850
+ "outLink": null,
1851
+ "isHide": false,
1852
+ "isKeepAlive": true,
1853
+ "isAffix": false,
1854
+ "state": 1,
1855
+ "note": null,
1856
+ "orderNo": 236
1857
+ },
1858
+ {
1859
+ "id": "1307",
1860
+ "parentId": "1049",
1861
+ "type": 3,
1862
+ "name": "SuperDelete",
1863
+ "path": null,
1864
+ "permission": "DELETE:/api/device/del/{id}",
1865
+ "title": "彻底删除",
1866
+ "icon": null,
1867
+ "outLink": null,
1868
+ "isHide": false,
1869
+ "isKeepAlive": true,
1870
+ "isAffix": false,
1871
+ "state": 1,
1872
+ "note": null,
1873
+ "orderNo": 237
1874
+ },
1875
+ {
1876
+ "id": "1057",
1877
+ "parentId": "1048",
1878
+ "type": 2,
1879
+ "name": "DeviceStateParameter",
1880
+ "path": "/device/status/factor",
1881
+ "permission": null,
1882
+ "title": "状态参数",
1883
+ "icon": null,
1884
+ "outLink": null,
1885
+ "isHide": false,
1886
+ "isKeepAlive": true,
1887
+ "isAffix": false,
1888
+ "state": 1,
1889
+ "note": null,
1890
+ "orderNo": 238
1891
+ },
1892
+ {
1893
+ "id": "1058",
1894
+ "parentId": "1057",
1895
+ "type": 3,
1896
+ "name": "List",
1897
+ "path": null,
1898
+ "permission": "POST:/api/device/status/factor/page",
1899
+ "title": "查询",
1900
+ "icon": null,
1901
+ "outLink": null,
1902
+ "isHide": false,
1903
+ "isKeepAlive": true,
1904
+ "isAffix": false,
1905
+ "state": 1,
1906
+ "note": null,
1907
+ "orderNo": 239
1908
+ },
1909
+ {
1910
+ "id": "1059",
1911
+ "parentId": "1057",
1912
+ "type": 3,
1913
+ "name": "Detail",
1914
+ "path": null,
1915
+ "permission": "GET:/api/device/status/factor/{id}",
1916
+ "title": "详情",
1917
+ "icon": null,
1918
+ "outLink": null,
1919
+ "isHide": false,
1920
+ "isKeepAlive": true,
1921
+ "isAffix": false,
1922
+ "state": 1,
1923
+ "note": null,
1924
+ "orderNo": 240
1925
+ },
1926
+ {
1927
+ "id": "1060",
1928
+ "parentId": "1057",
1929
+ "type": 3,
1930
+ "name": "Add",
1931
+ "path": null,
1932
+ "permission": "POST:/api/device/status/factor",
1933
+ "title": "新增",
1934
+ "icon": null,
1935
+ "outLink": null,
1936
+ "isHide": false,
1937
+ "isKeepAlive": true,
1938
+ "isAffix": false,
1939
+ "state": 1,
1940
+ "note": null,
1941
+ "orderNo": 241
1942
+ },
1943
+ {
1944
+ "id": "1061",
1945
+ "parentId": "1057",
1946
+ "type": 3,
1947
+ "name": "Delete",
1948
+ "path": null,
1949
+ "permission": "DELETE:/api/device/status/factor",
1950
+ "title": "删除",
1951
+ "icon": null,
1952
+ "outLink": null,
1953
+ "isHide": false,
1954
+ "isKeepAlive": true,
1955
+ "isAffix": false,
1956
+ "state": 1,
1957
+ "note": null,
1958
+ "orderNo": 242
1959
+ },
1960
+ {
1961
+ "id": "1062",
1962
+ "parentId": "1057",
1963
+ "type": 3,
1964
+ "name": "Edit",
1965
+ "path": null,
1966
+ "permission": "PUT:/api/device/status/factor",
1967
+ "title": "编辑",
1968
+ "icon": null,
1969
+ "outLink": null,
1970
+ "isHide": false,
1971
+ "isKeepAlive": true,
1972
+ "isAffix": false,
1973
+ "state": 1,
1974
+ "note": null,
1975
+ "orderNo": 243
1976
+ },
1977
+ {
1978
+ "id": "1063",
1979
+ "parentId": "1057",
1980
+ "type": 3,
1981
+ "name": "Export",
1982
+ "path": null,
1983
+ "permission": "POST:/api/device/status/factor/export",
1984
+ "title": "导出",
1985
+ "icon": null,
1986
+ "outLink": null,
1987
+ "isHide": false,
1988
+ "isKeepAlive": true,
1989
+ "isAffix": false,
1990
+ "state": 1,
1991
+ "note": null,
1992
+ "orderNo": 244
1993
+ },
1994
+ {
1995
+ "id": "1064",
1996
+ "parentId": "1057",
1997
+ "type": 3,
1998
+ "name": "Import",
1999
+ "path": null,
2000
+ "permission": "POST:/api/device/status/factor/import",
2001
+ "title": "导入",
2002
+ "icon": null,
2003
+ "outLink": null,
2004
+ "isHide": false,
2005
+ "isKeepAlive": true,
2006
+ "isAffix": false,
2007
+ "state": 1,
2008
+ "note": null,
2009
+ "orderNo": 245
2010
+ },
2011
+ {
2012
+ "id": "1069",
2013
+ "parentId": "1048",
2014
+ "type": 2,
2015
+ "name": "DeviceStateData",
2016
+ "path": "/device/status",
2017
+ "permission": null,
2018
+ "title": "状态数据",
2019
+ "icon": null,
2020
+ "outLink": null,
2021
+ "isHide": false,
2022
+ "isKeepAlive": true,
2023
+ "isAffix": false,
2024
+ "state": 1,
2025
+ "note": null,
2026
+ "orderNo": 249
2027
+ },
2028
+ {
2029
+ "id": "1070",
2030
+ "parentId": "1069",
2031
+ "type": 3,
2032
+ "name": "List",
2033
+ "path": null,
2034
+ "permission": "POST:/api/device/status/list",
2035
+ "title": "查询",
2036
+ "icon": null,
2037
+ "outLink": null,
2038
+ "isHide": false,
2039
+ "isKeepAlive": true,
2040
+ "isAffix": false,
2041
+ "state": 1,
2042
+ "note": null,
2043
+ "orderNo": 250
2044
+ },
2045
+ {
2046
+ "id": "1072",
2047
+ "parentId": "1069",
2048
+ "type": 3,
2049
+ "name": "Export",
2050
+ "path": null,
2051
+ "permission": "POST:/api/device/status/export",
2052
+ "title": "导出",
2053
+ "icon": null,
2054
+ "outLink": null,
2055
+ "isHide": false,
2056
+ "isKeepAlive": true,
2057
+ "isAffix": false,
2058
+ "state": 1,
2059
+ "note": null,
2060
+ "orderNo": 251
2061
+ },
2062
+ {
2063
+ "id": "1073",
2064
+ "parentId": "1069",
2065
+ "type": 3,
2066
+ "name": "Import",
2067
+ "path": null,
2068
+ "permission": "POST:/api/device/status/import",
2069
+ "title": "导入",
2070
+ "icon": null,
2071
+ "outLink": null,
2072
+ "isHide": false,
2073
+ "isKeepAlive": true,
2074
+ "isAffix": false,
2075
+ "state": 1,
2076
+ "note": null,
2077
+ "orderNo": 252
2078
+ },
2079
+ {
2080
+ "id": "1074",
2081
+ "parentId": "1048",
2082
+ "type": 2,
2083
+ "name": "DeviceCategory",
2084
+ "path": "/device/model/category",
2085
+ "permission": null,
2086
+ "title": "设备分组",
2087
+ "icon": null,
2088
+ "outLink": null,
2089
+ "isHide": false,
2090
+ "isKeepAlive": true,
2091
+ "isAffix": false,
2092
+ "state": 1,
2093
+ "note": null,
2094
+ "orderNo": 253
2095
+ },
2096
+ {
2097
+ "id": "1075",
2098
+ "parentId": "1074",
2099
+ "type": 3,
2100
+ "name": "List",
2101
+ "path": null,
2102
+ "permission": "POST:/api/device/model/category/list",
2103
+ "title": "查询",
2104
+ "icon": null,
2105
+ "outLink": null,
2106
+ "isHide": false,
2107
+ "isKeepAlive": true,
2108
+ "isAffix": false,
2109
+ "state": 1,
2110
+ "note": null,
2111
+ "orderNo": 254
2112
+ },
2113
+ {
2114
+ "id": "1076",
2115
+ "parentId": "1074",
2116
+ "type": 3,
2117
+ "name": "Detail",
2118
+ "path": null,
2119
+ "permission": "GET:/api/device/model/category/{id}",
2120
+ "title": "详情",
2121
+ "icon": null,
2122
+ "outLink": null,
2123
+ "isHide": false,
2124
+ "isKeepAlive": true,
2125
+ "isAffix": false,
2126
+ "state": 1,
2127
+ "note": null,
2128
+ "orderNo": 255
2129
+ },
2130
+ {
2131
+ "id": "1077",
2132
+ "parentId": "1074",
2133
+ "type": 3,
2134
+ "name": "Add",
2135
+ "path": null,
2136
+ "permission": "POST:/api/device/model/category",
2137
+ "title": "新增",
2138
+ "icon": null,
2139
+ "outLink": null,
2140
+ "isHide": false,
2141
+ "isKeepAlive": true,
2142
+ "isAffix": false,
2143
+ "state": 1,
2144
+ "note": null,
2145
+ "orderNo": 256
2146
+ },
2147
+ {
2148
+ "id": "1078",
2149
+ "parentId": "1074",
2150
+ "type": 3,
2151
+ "name": "Delete",
2152
+ "path": null,
2153
+ "permission": "DELETE:/api/device/model/category",
2154
+ "title": "删除",
2155
+ "icon": null,
2156
+ "outLink": null,
2157
+ "isHide": false,
2158
+ "isKeepAlive": true,
2159
+ "isAffix": false,
2160
+ "state": 1,
2161
+ "note": null,
2162
+ "orderNo": 257
2163
+ },
2164
+ {
2165
+ "id": "1079",
2166
+ "parentId": "1074",
2167
+ "type": 3,
2168
+ "name": "Edit",
2169
+ "path": null,
2170
+ "permission": "PUT:/api/device/model/category",
2171
+ "title": "编辑",
2172
+ "icon": null,
2173
+ "outLink": null,
2174
+ "isHide": false,
2175
+ "isKeepAlive": true,
2176
+ "isAffix": false,
2177
+ "state": 1,
2178
+ "note": null,
2179
+ "orderNo": 258
2180
+ },
2181
+ {
2182
+ "id": "1080",
2183
+ "parentId": "1074",
2184
+ "type": 3,
2185
+ "name": "Export",
2186
+ "path": null,
2187
+ "permission": "POST:/api/device/model/category/export",
2188
+ "title": "导出",
2189
+ "icon": null,
2190
+ "outLink": null,
2191
+ "isHide": false,
2192
+ "isKeepAlive": true,
2193
+ "isAffix": false,
2194
+ "state": 1,
2195
+ "note": null,
2196
+ "orderNo": 259
2197
+ },
2198
+ {
2199
+ "id": "1081",
2200
+ "parentId": "1074",
2201
+ "type": 3,
2202
+ "name": "Import",
2203
+ "path": null,
2204
+ "permission": "POST:/api/device/model/category/import",
2205
+ "title": "导入",
2206
+ "icon": null,
2207
+ "outLink": null,
2208
+ "isHide": false,
2209
+ "isKeepAlive": true,
2210
+ "isAffix": false,
2211
+ "state": 1,
2212
+ "note": null,
2213
+ "orderNo": 260
2214
+ },
2215
+ {
2216
+ "id": "1082",
2217
+ "parentId": "1048",
2218
+ "type": 2,
2219
+ "name": "FactorCategory",
2220
+ "path": "/factor/model/category",
2221
+ "permission": null,
2222
+ "title": "因子分组",
2223
+ "icon": null,
2224
+ "outLink": null,
2225
+ "isHide": false,
2226
+ "isKeepAlive": true,
2227
+ "isAffix": false,
2228
+ "state": 1,
2229
+ "note": null,
2230
+ "orderNo": 261
2231
+ },
2232
+ {
2233
+ "id": "1083",
2234
+ "parentId": "1082",
2235
+ "type": 3,
2236
+ "name": "List",
2237
+ "path": null,
2238
+ "permission": "POST:/api/factor/model/category/list",
2239
+ "title": "查询",
2240
+ "icon": null,
2241
+ "outLink": null,
2242
+ "isHide": false,
2243
+ "isKeepAlive": true,
2244
+ "isAffix": false,
2245
+ "state": 1,
2246
+ "note": null,
2247
+ "orderNo": 262
2248
+ },
2249
+ {
2250
+ "id": "1084",
2251
+ "parentId": "1082",
2252
+ "type": 3,
2253
+ "name": "Detail",
2254
+ "path": null,
2255
+ "permission": "GET:/api/factor/model/category/{id}",
2256
+ "title": "详情",
2257
+ "icon": null,
2258
+ "outLink": null,
2259
+ "isHide": false,
2260
+ "isKeepAlive": true,
2261
+ "isAffix": false,
2262
+ "state": 1,
2263
+ "note": null,
2264
+ "orderNo": 263
2265
+ },
2266
+ {
2267
+ "id": "1085",
2268
+ "parentId": "1082",
2269
+ "type": 3,
2270
+ "name": "Add",
2271
+ "path": null,
2272
+ "permission": "POST:/api/factor/model/category",
2273
+ "title": "新增",
2274
+ "icon": null,
2275
+ "outLink": null,
2276
+ "isHide": false,
2277
+ "isKeepAlive": true,
2278
+ "isAffix": false,
2279
+ "state": 1,
2280
+ "note": null,
2281
+ "orderNo": 264
2282
+ },
2283
+ {
2284
+ "id": "1086",
2285
+ "parentId": "1082",
2286
+ "type": 3,
2287
+ "name": "Delete",
2288
+ "path": null,
2289
+ "permission": "DELETE:/api/factor/model/category",
2290
+ "title": "删除",
2291
+ "icon": null,
2292
+ "outLink": null,
2293
+ "isHide": false,
2294
+ "isKeepAlive": true,
2295
+ "isAffix": false,
2296
+ "state": 1,
2297
+ "note": null,
2298
+ "orderNo": 265
2299
+ },
2300
+ {
2301
+ "id": "1087",
2302
+ "parentId": "1082",
2303
+ "type": 3,
2304
+ "name": "Edit",
2305
+ "path": null,
2306
+ "permission": "PUT:/api/factor/model/category",
2307
+ "title": "编辑",
2308
+ "icon": null,
2309
+ "outLink": null,
2310
+ "isHide": false,
2311
+ "isKeepAlive": true,
2312
+ "isAffix": false,
2313
+ "state": 1,
2314
+ "note": null,
2315
+ "orderNo": 266
2316
+ },
2317
+ {
2318
+ "id": "1088",
2319
+ "parentId": "1082",
2320
+ "type": 3,
2321
+ "name": "Export",
2322
+ "path": null,
2323
+ "permission": "POST:/api/factor/model/category/export",
2324
+ "title": "导出",
2325
+ "icon": null,
2326
+ "outLink": null,
2327
+ "isHide": false,
2328
+ "isKeepAlive": true,
2329
+ "isAffix": false,
2330
+ "state": 1,
2331
+ "note": null,
2332
+ "orderNo": 267
2333
+ },
2334
+ {
2335
+ "id": "1089",
2336
+ "parentId": "1082",
2337
+ "type": 3,
2338
+ "name": "Import",
2339
+ "path": null,
2340
+ "permission": "POST:/api/factor/model/category/import",
2341
+ "title": "导入",
2342
+ "icon": null,
2343
+ "outLink": null,
2344
+ "isHide": false,
2345
+ "isKeepAlive": true,
2346
+ "isAffix": false,
2347
+ "state": 1,
2348
+ "note": null,
2349
+ "orderNo": 268
2350
+ },
2351
+ {
2352
+ "id": "1090",
2353
+ "parentId": "1048",
2354
+ "type": 2,
2355
+ "name": "DeviceFactorSettings",
2356
+ "path": "/factor/config",
2357
+ "permission": null,
2358
+ "title": "因子配置",
2359
+ "icon": null,
2360
+ "outLink": null,
2361
+ "isHide": false,
2362
+ "isKeepAlive": true,
2363
+ "isAffix": false,
2364
+ "state": 1,
2365
+ "note": null,
2366
+ "orderNo": 269
2367
+ },
2368
+ {
2369
+ "id": "1091",
2370
+ "parentId": "1090",
2371
+ "type": 3,
2372
+ "name": "List",
2373
+ "path": null,
2374
+ "permission": "POST:/api/factor/page",
2375
+ "title": "查询",
2376
+ "icon": null,
2377
+ "outLink": null,
2378
+ "isHide": false,
2379
+ "isKeepAlive": true,
2380
+ "isAffix": false,
2381
+ "state": 1,
2382
+ "note": null,
2383
+ "orderNo": 270
2384
+ },
2385
+ {
2386
+ "id": "1092",
2387
+ "parentId": "1090",
2388
+ "type": 3,
2389
+ "name": "Detail",
2390
+ "path": null,
2391
+ "permission": "GET:/api/factor/{siteId}/{deviceId}/{factorId}",
2392
+ "title": "详情",
2393
+ "icon": null,
2394
+ "outLink": null,
2395
+ "isHide": false,
2396
+ "isKeepAlive": true,
2397
+ "isAffix": false,
2398
+ "state": 1,
2399
+ "note": null,
2400
+ "orderNo": 271
2401
+ },
2402
+ {
2403
+ "id": "1093",
2404
+ "parentId": "1090",
2405
+ "type": 3,
2406
+ "name": "Add",
2407
+ "path": null,
2408
+ "permission": "POST:/api/factor",
2409
+ "title": "新增",
2410
+ "icon": null,
2411
+ "outLink": null,
2412
+ "isHide": false,
2413
+ "isKeepAlive": true,
2414
+ "isAffix": false,
2415
+ "state": 1,
2416
+ "note": null,
2417
+ "orderNo": 272
2418
+ },
2419
+ {
2420
+ "id": "1094",
2421
+ "parentId": "1090",
2422
+ "type": 3,
2423
+ "name": "Delete",
2424
+ "path": null,
2425
+ "permission": "DELETE:/api/factor",
2426
+ "title": "删除",
2427
+ "icon": null,
2428
+ "outLink": null,
2429
+ "isHide": false,
2430
+ "isKeepAlive": true,
2431
+ "isAffix": false,
2432
+ "state": 1,
2433
+ "note": null,
2434
+ "orderNo": 273
2435
+ },
2436
+ {
2437
+ "id": "1095",
2438
+ "parentId": "1090",
2439
+ "type": 3,
2440
+ "name": "Edit",
2441
+ "path": null,
2442
+ "permission": "PUT:/api/factor",
2443
+ "title": "编辑",
2444
+ "icon": null,
2445
+ "outLink": null,
2446
+ "isHide": false,
2447
+ "isKeepAlive": true,
2448
+ "isAffix": false,
2449
+ "state": 1,
2450
+ "note": null,
2451
+ "orderNo": 274
2452
+ },
2453
+ {
2454
+ "id": "1096",
2455
+ "parentId": "1090",
2456
+ "type": 3,
2457
+ "name": "Export",
2458
+ "path": null,
2459
+ "permission": "POST:/api/factor/export",
2460
+ "title": "导出",
2461
+ "icon": null,
2462
+ "outLink": null,
2463
+ "isHide": false,
2464
+ "isKeepAlive": true,
2465
+ "isAffix": false,
2466
+ "state": 1,
2467
+ "note": null,
2468
+ "orderNo": 275
2469
+ },
2470
+ {
2471
+ "id": "1097",
2472
+ "parentId": "1090",
2473
+ "type": 3,
2474
+ "name": "Import",
2475
+ "path": null,
2476
+ "permission": "POST:/api/factor/import",
2477
+ "title": "导入",
2478
+ "icon": null,
2479
+ "outLink": null,
2480
+ "isHide": false,
2481
+ "isKeepAlive": true,
2482
+ "isAffix": false,
2483
+ "state": 1,
2484
+ "note": null,
2485
+ "orderNo": 276
2486
+ },
2487
+ {
2488
+ "id": "1314",
2489
+ "parentId": "101",
2490
+ "type": 2,
2491
+ "name": "SystemDebugging",
2492
+ "path": "/system/debug",
2493
+ "permission": null,
2494
+ "title": "系统调试",
2495
+ "icon": null,
2496
+ "outLink": null,
2497
+ "isHide": false,
2498
+ "isKeepAlive": true,
2499
+ "isAffix": false,
2500
+ "state": 1,
2501
+ "note": null,
2502
+ "orderNo": 282
2503
+ },
2504
+ {
2505
+ "id": "1315",
2506
+ "parentId": "1314",
2507
+ "type": 3,
2508
+ "name": "GetNormalData",
2509
+ "path": null,
2510
+ "permission": "POST:/api/sta/audit",
2511
+ "title": "获取常规数据",
2512
+ "icon": null,
2513
+ "outLink": null,
2514
+ "isHide": false,
2515
+ "isKeepAlive": true,
2516
+ "isAffix": false,
2517
+ "state": 1,
2518
+ "note": null,
2519
+ "orderNo": 283
2520
+ },
2521
+ {
2522
+ "id": "1316",
2523
+ "parentId": "1314",
2524
+ "type": 3,
2525
+ "name": "UserSync",
2526
+ "path": null,
2527
+ "permission": "POST:/api/xmuser",
2528
+ "title": "同步政务云用户",
2529
+ "icon": null,
2530
+ "outLink": null,
2531
+ "isHide": false,
2532
+ "isKeepAlive": true,
2533
+ "isAffix": false,
2534
+ "state": 1,
2535
+ "note": null,
2536
+ "orderNo": 284
2537
+ },
2538
+ {
2539
+ "id": "1317",
2540
+ "parentId": "1314",
2541
+ "type": 3,
2542
+ "name": "DeviceUpdate",
2543
+ "path": null,
2544
+ "permission": "POST:/api/device/update",
2545
+ "title": "更新仪器库",
2546
+ "icon": null,
2547
+ "outLink": null,
2548
+ "isHide": false,
2549
+ "isKeepAlive": true,
2550
+ "isAffix": false,
2551
+ "state": 1,
2552
+ "note": null,
2553
+ "orderNo": 285
2554
+ },
2555
+ {
2556
+ "id": "1318",
2557
+ "parentId": "1314",
2558
+ "type": 3,
2559
+ "name": "FactorUpdate",
2560
+ "path": null,
2561
+ "permission": "POST:/api/factor/model/config/update",
2562
+ "title": "更新因子库",
2563
+ "icon": null,
2564
+ "outLink": null,
2565
+ "isHide": false,
2566
+ "isKeepAlive": true,
2567
+ "isAffix": false,
2568
+ "state": 1,
2569
+ "note": null,
2570
+ "orderNo": 286
2571
+ },
2572
+ {
2573
+ "id": "1319",
2574
+ "parentId": "1314",
2575
+ "type": 3,
2576
+ "name": "DeviceSync",
2577
+ "path": null,
2578
+ "permission": "POST:/api/device/sync",
2579
+ "title": "同步仪器库",
2580
+ "icon": null,
2581
+ "outLink": null,
2582
+ "isHide": false,
2583
+ "isKeepAlive": true,
2584
+ "isAffix": false,
2585
+ "state": 1,
2586
+ "note": null,
2587
+ "orderNo": 287
2588
+ },
2589
+ {
2590
+ "id": "1320",
2591
+ "parentId": "1314",
2592
+ "type": 3,
2593
+ "name": "FactorSync",
2594
+ "path": null,
2595
+ "permission": "POST:/api/factor/model/config/sync",
2596
+ "title": "同步因子库",
2597
+ "icon": null,
2598
+ "outLink": null,
2599
+ "isHide": false,
2600
+ "isKeepAlive": true,
2601
+ "isAffix": false,
2602
+ "state": 1,
2603
+ "note": null,
2604
+ "orderNo": 288
2605
+ },
2606
+ {
2607
+ "id": "1321",
2608
+ "parentId": "1314",
2609
+ "type": 3,
2610
+ "name": "RawDataSync",
2611
+ "path": null,
2612
+ "permission": "POST:/api/sync/data/raw",
2613
+ "title": "同步实时数据",
2614
+ "icon": null,
2615
+ "outLink": null,
2616
+ "isHide": false,
2617
+ "isKeepAlive": true,
2618
+ "isAffix": false,
2619
+ "state": 1,
2620
+ "note": null,
2621
+ "orderNo": 289
2622
+ },
2623
+ {
2624
+ "id": "1322",
2625
+ "parentId": "1314",
2626
+ "type": 3,
2627
+ "name": "LidarDataSync",
2628
+ "path": null,
2629
+ "permission": "POST:/api/sync/data/vertical",
2630
+ "title": "同步雷达数据",
2631
+ "icon": null,
2632
+ "outLink": null,
2633
+ "isHide": false,
2634
+ "isKeepAlive": true,
2635
+ "isAffix": false,
2636
+ "state": 1,
2637
+ "note": null,
2638
+ "orderNo": 290
2639
+ },
2640
+ {
2641
+ "id": "1323",
2642
+ "parentId": "1314",
2643
+ "type": 3,
2644
+ "name": "NormalDataSync",
2645
+ "path": null,
2646
+ "permission": "POST:/api/sync/data",
2647
+ "title": "同步二维数据",
2648
+ "icon": null,
2649
+ "outLink": null,
2650
+ "isHide": false,
2651
+ "isKeepAlive": true,
2652
+ "isAffix": false,
2653
+ "state": 1,
2654
+ "note": null,
2655
+ "orderNo": 291
2656
+ },
2657
+ {
2658
+ "id": "1324",
2659
+ "parentId": "1314",
2660
+ "type": 3,
2661
+ "name": "InitSeed",
2662
+ "path": null,
2663
+ "permission": "POST:/api/init/seeddata",
2664
+ "title": "初始化种子数据",
2665
+ "icon": null,
2666
+ "outLink": null,
2667
+ "isHide": false,
2668
+ "isKeepAlive": true,
2669
+ "isAffix": false,
2670
+ "state": 1,
2671
+ "note": null,
2672
+ "orderNo": 292
2673
+ },
2674
+ {
2675
+ "id": "1325",
2676
+ "parentId": "1314",
2677
+ "type": 3,
2678
+ "name": "InitDB",
2679
+ "path": null,
2680
+ "permission": "POST:/api/init/table",
2681
+ "title": "初始化数据库表",
2682
+ "icon": null,
2683
+ "outLink": null,
2684
+ "isHide": false,
2685
+ "isKeepAlive": true,
2686
+ "isAffix": false,
2687
+ "state": 1,
2688
+ "note": null,
2689
+ "orderNo": 293
2690
+ },
2691
+ {
2692
+ "id": "1292",
2693
+ "parentId": "135",
2694
+ "type": 2,
2695
+ "name": "Log212",
2696
+ "path": "/system/log/212",
2697
+ "permission": null,
2698
+ "title": "212日志",
2699
+ "icon": null,
2700
+ "outLink": null,
2701
+ "isHide": false,
2702
+ "isKeepAlive": true,
2703
+ "isAffix": false,
2704
+ "state": 1,
2705
+ "note": null,
2706
+ "orderNo": 294
2707
+ },
2708
+ {
2709
+ "id": "1293",
2710
+ "parentId": "1292",
2711
+ "type": 3,
2712
+ "name": "List",
2713
+ "path": null,
2714
+ "permission": "POST:/api/commlog/page",
2715
+ "title": "查询",
2716
+ "icon": null,
2717
+ "outLink": null,
2718
+ "isHide": false,
2719
+ "isKeepAlive": true,
2720
+ "isAffix": false,
2721
+ "state": 1,
2722
+ "note": null,
2723
+ "orderNo": 295
2724
+ },
2725
+ {
2726
+ "id": "1294",
2727
+ "parentId": "1292",
2728
+ "type": 3,
2729
+ "name": "Export",
2730
+ "path": null,
2731
+ "permission": "POST:/api/commlog/export",
2732
+ "title": "导出",
2733
+ "icon": null,
2734
+ "outLink": null,
2735
+ "isHide": false,
2736
+ "isKeepAlive": true,
2737
+ "isAffix": false,
2738
+ "state": 1,
2739
+ "note": null,
2740
+ "orderNo": 296
2741
+ },
2742
+ {
2743
+ "id": "102",
2744
+ "parentId": "101",
2745
+ "type": 2,
2746
+ "name": "User",
2747
+ "path": "/system/user",
2748
+ "permission": null,
2749
+ "title": "账号管理",
2750
+ "icon": null,
2751
+ "outLink": null,
2752
+ "isHide": false,
2753
+ "isKeepAlive": true,
2754
+ "isAffix": false,
2755
+ "state": 1,
2756
+ "note": null,
2757
+ "orderNo": 90001
2758
+ },
2759
+ {
2760
+ "id": "103",
2761
+ "parentId": "102",
2762
+ "type": 3,
2763
+ "name": "List",
2764
+ "path": null,
2765
+ "permission": "POST:/api/user/page",
2766
+ "title": "查询",
2767
+ "icon": null,
2768
+ "outLink": null,
2769
+ "isHide": false,
2770
+ "isKeepAlive": true,
2771
+ "isAffix": false,
2772
+ "state": 1,
2773
+ "note": null,
2774
+ "orderNo": 90002
2775
+ },
2776
+ {
2777
+ "id": "104",
2778
+ "parentId": "102",
2779
+ "type": 3,
2780
+ "name": "Detail",
2781
+ "path": null,
2782
+ "permission": "",
2783
+ "title": "详情",
2784
+ "icon": null,
2785
+ "outLink": null,
2786
+ "isHide": false,
2787
+ "isKeepAlive": true,
2788
+ "isAffix": false,
2789
+ "state": 1,
2790
+ "note": null,
2791
+ "orderNo": 90003
2792
+ },
2793
+ {
2794
+ "id": "105",
2795
+ "parentId": "102",
2796
+ "type": 3,
2797
+ "name": "Add",
2798
+ "path": null,
2799
+ "permission": "POST:/api/user",
2800
+ "title": "新增",
2801
+ "icon": null,
2802
+ "outLink": null,
2803
+ "isHide": false,
2804
+ "isKeepAlive": true,
2805
+ "isAffix": false,
2806
+ "state": 1,
2807
+ "note": null,
2808
+ "orderNo": 90004
2809
+ },
2810
+ {
2811
+ "id": "106",
2812
+ "parentId": "102",
2813
+ "type": 3,
2814
+ "name": "Delete",
2815
+ "path": null,
2816
+ "permission": "DELETE:/api/user",
2817
+ "title": "删除",
2818
+ "icon": null,
2819
+ "outLink": null,
2820
+ "isHide": false,
2821
+ "isKeepAlive": true,
2822
+ "isAffix": false,
2823
+ "state": 1,
2824
+ "note": null,
2825
+ "orderNo": 90005
2826
+ },
2827
+ {
2828
+ "id": "107",
2829
+ "parentId": "102",
2830
+ "type": 3,
2831
+ "name": "Edit",
2832
+ "path": null,
2833
+ "permission": "PUT:/api/user",
2834
+ "title": "编辑",
2835
+ "icon": null,
2836
+ "outLink": null,
2837
+ "isHide": false,
2838
+ "isKeepAlive": true,
2839
+ "isAffix": false,
2840
+ "state": 1,
2841
+ "note": null,
2842
+ "orderNo": 90006
2843
+ },
2844
+ {
2845
+ "id": "108",
2846
+ "parentId": "102",
2847
+ "type": 3,
2848
+ "name": "Export",
2849
+ "path": null,
2850
+ "permission": "POST:/api/user/export",
2851
+ "title": "导出",
2852
+ "icon": null,
2853
+ "outLink": null,
2854
+ "isHide": false,
2855
+ "isKeepAlive": true,
2856
+ "isAffix": false,
2857
+ "state": 1,
2858
+ "note": null,
2859
+ "orderNo": 90007
2860
+ },
2861
+ {
2862
+ "id": "109",
2863
+ "parentId": "102",
2864
+ "type": 3,
2865
+ "name": "Import",
2866
+ "path": null,
2867
+ "permission": "POST:/api/user/import",
2868
+ "title": "导入",
2869
+ "icon": null,
2870
+ "outLink": null,
2871
+ "isHide": false,
2872
+ "isKeepAlive": true,
2873
+ "isAffix": false,
2874
+ "state": 1,
2875
+ "note": null,
2876
+ "orderNo": 90008
2877
+ },
2878
+ {
2879
+ "id": "162",
2880
+ "parentId": "102",
2881
+ "type": 3,
2882
+ "name": "ListDel",
2883
+ "path": null,
2884
+ "permission": "POST:/api/user/page/del",
2885
+ "title": "逻辑删除查询",
2886
+ "icon": null,
2887
+ "outLink": null,
2888
+ "isHide": false,
2889
+ "isKeepAlive": true,
2890
+ "isAffix": false,
2891
+ "state": 1,
2892
+ "note": null,
2893
+ "orderNo": 90009
2894
+ },
2895
+ {
2896
+ "id": "163",
2897
+ "parentId": "102",
2898
+ "type": 3,
2899
+ "name": "Restore",
2900
+ "path": null,
2901
+ "permission": "PUT:/api/user/restore/{id}",
2902
+ "title": "恢复",
2903
+ "icon": null,
2904
+ "outLink": null,
2905
+ "isHide": false,
2906
+ "isKeepAlive": true,
2907
+ "isAffix": false,
2908
+ "state": 1,
2909
+ "note": null,
2910
+ "orderNo": 90010
2911
+ },
2912
+ {
2913
+ "id": "164",
2914
+ "parentId": "102",
2915
+ "type": 3,
2916
+ "name": "SuperDelete",
2917
+ "path": null,
2918
+ "permission": "DELETE:/api/user/del/{id}",
2919
+ "title": "彻底删除",
2920
+ "icon": null,
2921
+ "outLink": null,
2922
+ "isHide": false,
2923
+ "isKeepAlive": true,
2924
+ "isAffix": false,
2925
+ "state": 1,
2926
+ "note": null,
2927
+ "orderNo": 90011
2928
+ },
2929
+ {
2930
+ "id": "110",
2931
+ "parentId": "101",
2932
+ "type": 2,
2933
+ "name": "Role",
2934
+ "path": "/system/role",
2935
+ "permission": null,
2936
+ "title": "角色管理",
2937
+ "icon": null,
2938
+ "outLink": null,
2939
+ "isHide": false,
2940
+ "isKeepAlive": true,
2941
+ "isAffix": false,
2942
+ "state": 1,
2943
+ "note": null,
2944
+ "orderNo": 90012
2945
+ },
2946
+ {
2947
+ "id": "111",
2948
+ "parentId": "110",
2949
+ "type": 3,
2950
+ "name": "List",
2951
+ "path": null,
2952
+ "permission": "POST:/api/role/page",
2953
+ "title": "查询",
2954
+ "icon": null,
2955
+ "outLink": null,
2956
+ "isHide": false,
2957
+ "isKeepAlive": true,
2958
+ "isAffix": false,
2959
+ "state": 1,
2960
+ "note": null,
2961
+ "orderNo": 90013
2962
+ },
2963
+ {
2964
+ "id": "112",
2965
+ "parentId": "110",
2966
+ "type": 3,
2967
+ "name": "Detail",
2968
+ "path": null,
2969
+ "permission": "",
2970
+ "title": "详情",
2971
+ "icon": null,
2972
+ "outLink": null,
2973
+ "isHide": false,
2974
+ "isKeepAlive": true,
2975
+ "isAffix": false,
2976
+ "state": 1,
2977
+ "note": null,
2978
+ "orderNo": 90014
2979
+ },
2980
+ {
2981
+ "id": "113",
2982
+ "parentId": "110",
2983
+ "type": 3,
2984
+ "name": "Add",
2985
+ "path": null,
2986
+ "permission": "POST:/api/role",
2987
+ "title": "新增",
2988
+ "icon": null,
2989
+ "outLink": null,
2990
+ "isHide": false,
2991
+ "isKeepAlive": true,
2992
+ "isAffix": false,
2993
+ "state": 1,
2994
+ "note": null,
2995
+ "orderNo": 90015
2996
+ },
2997
+ {
2998
+ "id": "114",
2999
+ "parentId": "110",
3000
+ "type": 3,
3001
+ "name": "Delete",
3002
+ "path": null,
3003
+ "permission": "DELETE:/api/role",
3004
+ "title": "删除",
3005
+ "icon": null,
3006
+ "outLink": null,
3007
+ "isHide": false,
3008
+ "isKeepAlive": true,
3009
+ "isAffix": false,
3010
+ "state": 1,
3011
+ "note": null,
3012
+ "orderNo": 90016
3013
+ },
3014
+ {
3015
+ "id": "115",
3016
+ "parentId": "110",
3017
+ "type": 3,
3018
+ "name": "Edit",
3019
+ "path": null,
3020
+ "permission": "PUT:/api/role",
3021
+ "title": "编辑",
3022
+ "icon": null,
3023
+ "outLink": null,
3024
+ "isHide": false,
3025
+ "isKeepAlive": true,
3026
+ "isAffix": false,
3027
+ "state": 1,
3028
+ "note": null,
3029
+ "orderNo": 90017
3030
+ },
3031
+ {
3032
+ "id": "116",
3033
+ "parentId": "110",
3034
+ "type": 3,
3035
+ "name": "Export",
3036
+ "path": null,
3037
+ "permission": "POST:/api/role/export",
3038
+ "title": "导出",
3039
+ "icon": null,
3040
+ "outLink": null,
3041
+ "isHide": false,
3042
+ "isKeepAlive": true,
3043
+ "isAffix": false,
3044
+ "state": 1,
3045
+ "note": null,
3046
+ "orderNo": 90018
3047
+ },
3048
+ {
3049
+ "id": "117",
3050
+ "parentId": "110",
3051
+ "type": 3,
3052
+ "name": "Import",
3053
+ "path": null,
3054
+ "permission": "POST:/api/role/import",
3055
+ "title": "导入",
3056
+ "icon": null,
3057
+ "outLink": null,
3058
+ "isHide": false,
3059
+ "isKeepAlive": true,
3060
+ "isAffix": false,
3061
+ "state": 1,
3062
+ "note": null,
3063
+ "orderNo": 90019
3064
+ },
3065
+ {
3066
+ "id": "159",
3067
+ "parentId": "110",
3068
+ "type": 3,
3069
+ "name": "ListDel",
3070
+ "path": null,
3071
+ "permission": "POST:/api/role/page/del",
3072
+ "title": "逻辑删除查询",
3073
+ "icon": null,
3074
+ "outLink": null,
3075
+ "isHide": false,
3076
+ "isKeepAlive": true,
3077
+ "isAffix": false,
3078
+ "state": 1,
3079
+ "note": null,
3080
+ "orderNo": 90020
3081
+ },
3082
+ {
3083
+ "id": "160",
3084
+ "parentId": "110",
3085
+ "type": 3,
3086
+ "name": "Restore",
3087
+ "path": null,
3088
+ "permission": "PUT:/api/role/restore/{id}",
3089
+ "title": "恢复",
3090
+ "icon": null,
3091
+ "outLink": null,
3092
+ "isHide": false,
3093
+ "isKeepAlive": true,
3094
+ "isAffix": false,
3095
+ "state": 1,
3096
+ "note": null,
3097
+ "orderNo": 90021
3098
+ },
3099
+ {
3100
+ "id": "161",
3101
+ "parentId": "110",
3102
+ "type": 3,
3103
+ "name": "SuperDelete",
3104
+ "path": null,
3105
+ "permission": "DELETE:/api/role/del/{id}",
3106
+ "title": "彻底删除",
3107
+ "icon": null,
3108
+ "outLink": null,
3109
+ "isHide": false,
3110
+ "isKeepAlive": true,
3111
+ "isAffix": false,
3112
+ "state": 1,
3113
+ "note": null,
3114
+ "orderNo": 90022
3115
+ },
3116
+ {
3117
+ "id": "118",
3118
+ "parentId": "101",
3119
+ "type": 2,
3120
+ "name": "Org",
3121
+ "path": "/system/org",
3122
+ "permission": null,
3123
+ "title": "组织管理",
3124
+ "icon": null,
3125
+ "outLink": null,
3126
+ "isHide": false,
3127
+ "isKeepAlive": true,
3128
+ "isAffix": false,
3129
+ "state": 1,
3130
+ "note": null,
3131
+ "orderNo": 90023
3132
+ },
3133
+ {
3134
+ "id": "119",
3135
+ "parentId": "118",
3136
+ "type": 3,
3137
+ "name": "List",
3138
+ "path": null,
3139
+ "permission": "POST:/api/org/list",
3140
+ "title": "查询",
3141
+ "icon": null,
3142
+ "outLink": null,
3143
+ "isHide": false,
3144
+ "isKeepAlive": true,
3145
+ "isAffix": false,
3146
+ "state": 1,
3147
+ "note": null,
3148
+ "orderNo": 90024
3149
+ },
3150
+ {
3151
+ "id": "120",
3152
+ "parentId": "118",
3153
+ "type": 3,
3154
+ "name": "Detail",
3155
+ "path": null,
3156
+ "permission": "",
3157
+ "title": "详情",
3158
+ "icon": null,
3159
+ "outLink": null,
3160
+ "isHide": false,
3161
+ "isKeepAlive": true,
3162
+ "isAffix": false,
3163
+ "state": 1,
3164
+ "note": null,
3165
+ "orderNo": 90025
3166
+ },
3167
+ {
3168
+ "id": "121",
3169
+ "parentId": "118",
3170
+ "type": 3,
3171
+ "name": "Add",
3172
+ "path": null,
3173
+ "permission": "POST:/api/org",
3174
+ "title": "新增",
3175
+ "icon": null,
3176
+ "outLink": null,
3177
+ "isHide": false,
3178
+ "isKeepAlive": true,
3179
+ "isAffix": false,
3180
+ "state": 1,
3181
+ "note": null,
3182
+ "orderNo": 90026
3183
+ },
3184
+ {
3185
+ "id": "122",
3186
+ "parentId": "118",
3187
+ "type": 3,
3188
+ "name": "Delete",
3189
+ "path": null,
3190
+ "permission": "DELETE:/api/org",
3191
+ "title": "删除",
3192
+ "icon": null,
3193
+ "outLink": null,
3194
+ "isHide": false,
3195
+ "isKeepAlive": true,
3196
+ "isAffix": false,
3197
+ "state": 1,
3198
+ "note": null,
3199
+ "orderNo": 90027
3200
+ },
3201
+ {
3202
+ "id": "123",
3203
+ "parentId": "118",
3204
+ "type": 3,
3205
+ "name": "Edit",
3206
+ "path": null,
3207
+ "permission": "PUT:/api/org",
3208
+ "title": "编辑",
3209
+ "icon": null,
3210
+ "outLink": null,
3211
+ "isHide": false,
3212
+ "isKeepAlive": true,
3213
+ "isAffix": false,
3214
+ "state": 1,
3215
+ "note": null,
3216
+ "orderNo": 90028
3217
+ },
3218
+ {
3219
+ "id": "124",
3220
+ "parentId": "118",
3221
+ "type": 3,
3222
+ "name": "Export",
3223
+ "path": null,
3224
+ "permission": "POST:/api/org/export",
3225
+ "title": "导出",
3226
+ "icon": null,
3227
+ "outLink": null,
3228
+ "isHide": false,
3229
+ "isKeepAlive": true,
3230
+ "isAffix": false,
3231
+ "state": 1,
3232
+ "note": null,
3233
+ "orderNo": 90029
3234
+ },
3235
+ {
3236
+ "id": "125",
3237
+ "parentId": "118",
3238
+ "type": 3,
3239
+ "name": "Import",
3240
+ "path": null,
3241
+ "permission": "POST:/api/org/import",
3242
+ "title": "导入",
3243
+ "icon": null,
3244
+ "outLink": null,
3245
+ "isHide": false,
3246
+ "isKeepAlive": true,
3247
+ "isAffix": false,
3248
+ "state": 1,
3249
+ "note": null,
3250
+ "orderNo": 90030
3251
+ },
3252
+ {
3253
+ "id": "156",
3254
+ "parentId": "118",
3255
+ "type": 3,
3256
+ "name": "ListDel",
3257
+ "path": null,
3258
+ "permission": "POST:/api/org/list/del",
3259
+ "title": "逻辑删除查询",
3260
+ "icon": null,
3261
+ "outLink": null,
3262
+ "isHide": false,
3263
+ "isKeepAlive": true,
3264
+ "isAffix": false,
3265
+ "state": 1,
3266
+ "note": null,
3267
+ "orderNo": 90031
3268
+ },
3269
+ {
3270
+ "id": "157",
3271
+ "parentId": "118",
3272
+ "type": 3,
3273
+ "name": "Restore",
3274
+ "path": null,
3275
+ "permission": "PUT:/api/org/restore/{id}",
3276
+ "title": "恢复",
3277
+ "icon": null,
3278
+ "outLink": null,
3279
+ "isHide": false,
3280
+ "isKeepAlive": true,
3281
+ "isAffix": false,
3282
+ "state": 1,
3283
+ "note": null,
3284
+ "orderNo": 90032
3285
+ },
3286
+ {
3287
+ "id": "158",
3288
+ "parentId": "118",
3289
+ "type": 3,
3290
+ "name": "SuperDelete",
3291
+ "path": null,
3292
+ "permission": "DELETE:/api/org/del/{id}",
3293
+ "title": "彻底删除",
3294
+ "icon": null,
3295
+ "outLink": null,
3296
+ "isHide": false,
3297
+ "isKeepAlive": true,
3298
+ "isAffix": false,
3299
+ "state": 1,
3300
+ "note": null,
3301
+ "orderNo": 90033
3302
+ },
3303
+ {
3304
+ "id": "126",
3305
+ "parentId": "101",
3306
+ "type": 2,
3307
+ "name": "SystemMonitoring",
3308
+ "path": "/system/server",
3309
+ "permission": null,
3310
+ "title": "系统监控",
3311
+ "icon": null,
3312
+ "outLink": null,
3313
+ "isHide": false,
3314
+ "isKeepAlive": true,
3315
+ "isAffix": false,
3316
+ "state": 1,
3317
+ "note": null,
3318
+ "orderNo": 90034
3319
+ },
3320
+ {
3321
+ "id": "127",
3322
+ "parentId": "101",
3323
+ "type": 2,
3324
+ "name": "AdministrativeRegion",
3325
+ "path": "/system/region",
3326
+ "permission": null,
3327
+ "title": "行政区域",
3328
+ "icon": null,
3329
+ "outLink": null,
3330
+ "isHide": false,
3331
+ "isKeepAlive": true,
3332
+ "isAffix": false,
3333
+ "state": 1,
3334
+ "note": null,
3335
+ "orderNo": 90035
3336
+ },
3337
+ {
3338
+ "id": "128",
3339
+ "parentId": "127",
3340
+ "type": 3,
3341
+ "name": "List",
3342
+ "path": null,
3343
+ "permission": "POST:/api/region/page",
3344
+ "title": "查询",
3345
+ "icon": null,
3346
+ "outLink": null,
3347
+ "isHide": false,
3348
+ "isKeepAlive": true,
3349
+ "isAffix": false,
3350
+ "state": 1,
3351
+ "note": null,
3352
+ "orderNo": 90036
3353
+ },
3354
+ {
3355
+ "id": "129",
3356
+ "parentId": "127",
3357
+ "type": 3,
3358
+ "name": "Detail",
3359
+ "path": null,
3360
+ "permission": "",
3361
+ "title": "详情",
3362
+ "icon": null,
3363
+ "outLink": null,
3364
+ "isHide": false,
3365
+ "isKeepAlive": true,
3366
+ "isAffix": false,
3367
+ "state": 1,
3368
+ "note": null,
3369
+ "orderNo": 90037
3370
+ },
3371
+ {
3372
+ "id": "130",
3373
+ "parentId": "127",
3374
+ "type": 3,
3375
+ "name": "Add",
3376
+ "path": null,
3377
+ "permission": "POST:/api/region",
3378
+ "title": "新增",
3379
+ "icon": null,
3380
+ "outLink": null,
3381
+ "isHide": false,
3382
+ "isKeepAlive": true,
3383
+ "isAffix": false,
3384
+ "state": 1,
3385
+ "note": null,
3386
+ "orderNo": 90038
3387
+ },
3388
+ {
3389
+ "id": "131",
3390
+ "parentId": "127",
3391
+ "type": 3,
3392
+ "name": "Delete",
3393
+ "path": null,
3394
+ "permission": "DELETE:/api/region",
3395
+ "title": "删除",
3396
+ "icon": null,
3397
+ "outLink": null,
3398
+ "isHide": false,
3399
+ "isKeepAlive": true,
3400
+ "isAffix": false,
3401
+ "state": 1,
3402
+ "note": null,
3403
+ "orderNo": 90039
3404
+ },
3405
+ {
3406
+ "id": "132",
3407
+ "parentId": "127",
3408
+ "type": 3,
3409
+ "name": "Edit",
3410
+ "path": null,
3411
+ "permission": "PUT:/api/region",
3412
+ "title": "编辑",
3413
+ "icon": null,
3414
+ "outLink": null,
3415
+ "isHide": false,
3416
+ "isKeepAlive": true,
3417
+ "isAffix": false,
3418
+ "state": 1,
3419
+ "note": null,
3420
+ "orderNo": 90040
3421
+ },
3422
+ {
3423
+ "id": "133",
3424
+ "parentId": "127",
3425
+ "type": 3,
3426
+ "name": "Export",
3427
+ "path": null,
3428
+ "permission": "POST:/api/region/export",
3429
+ "title": "导出",
3430
+ "icon": null,
3431
+ "outLink": null,
3432
+ "isHide": false,
3433
+ "isKeepAlive": true,
3434
+ "isAffix": false,
3435
+ "state": 1,
3436
+ "note": null,
3437
+ "orderNo": 90041
3438
+ },
3439
+ {
3440
+ "id": "134",
3441
+ "parentId": "127",
3442
+ "type": 3,
3443
+ "name": "Import",
3444
+ "path": null,
3445
+ "permission": "POST:/api/region/import",
3446
+ "title": "导入",
3447
+ "icon": null,
3448
+ "outLink": null,
3449
+ "isHide": false,
3450
+ "isKeepAlive": true,
3451
+ "isAffix": false,
3452
+ "state": 1,
3453
+ "note": null,
3454
+ "orderNo": 90042
3455
+ },
3456
+ {
3457
+ "id": "135",
3458
+ "parentId": "101",
3459
+ "type": 1,
3460
+ "name": "LogManage",
3461
+ "path": null,
3462
+ "permission": null,
3463
+ "title": "日志管理",
3464
+ "icon": null,
3465
+ "outLink": null,
3466
+ "isHide": false,
3467
+ "isKeepAlive": true,
3468
+ "isAffix": false,
3469
+ "state": 1,
3470
+ "note": null,
3471
+ "orderNo": 90043
3472
+ },
3473
+ {
3474
+ "id": "136",
3475
+ "parentId": "135",
3476
+ "type": 2,
3477
+ "name": "ExceptionLog",
3478
+ "path": "/system/log/ex",
3479
+ "permission": null,
3480
+ "title": "异常日志",
3481
+ "icon": null,
3482
+ "outLink": null,
3483
+ "isHide": false,
3484
+ "isKeepAlive": true,
3485
+ "isAffix": false,
3486
+ "state": 1,
3487
+ "note": null,
3488
+ "orderNo": 90044
3489
+ },
3490
+ {
3491
+ "id": "137",
3492
+ "parentId": "136",
3493
+ "type": 3,
3494
+ "name": "List",
3495
+ "path": null,
3496
+ "permission": "POST:/api/log/ex/page",
3497
+ "title": "查询",
3498
+ "icon": null,
3499
+ "outLink": null,
3500
+ "isHide": false,
3501
+ "isKeepAlive": true,
3502
+ "isAffix": false,
3503
+ "state": 1,
3504
+ "note": null,
3505
+ "orderNo": 90045
3506
+ },
3507
+ {
3508
+ "id": "138",
3509
+ "parentId": "136",
3510
+ "type": 3,
3511
+ "name": "Detail",
3512
+ "path": null,
3513
+ "permission": "",
3514
+ "title": "详情",
3515
+ "icon": null,
3516
+ "outLink": null,
3517
+ "isHide": false,
3518
+ "isKeepAlive": true,
3519
+ "isAffix": false,
3520
+ "state": 1,
3521
+ "note": null,
3522
+ "orderNo": 90046
3523
+ },
3524
+ {
3525
+ "id": "139",
3526
+ "parentId": "136",
3527
+ "type": 3,
3528
+ "name": "Export",
3529
+ "path": null,
3530
+ "permission": "POST:/api/log/ex/export",
3531
+ "title": "导出",
3532
+ "icon": null,
3533
+ "outLink": null,
3534
+ "isHide": false,
3535
+ "isKeepAlive": true,
3536
+ "isAffix": false,
3537
+ "state": 1,
3538
+ "note": null,
3539
+ "orderNo": 90047
3540
+ },
3541
+ {
3542
+ "id": "140",
3543
+ "parentId": "135",
3544
+ "type": 2,
3545
+ "name": "OperatorLog",
3546
+ "path": "/system/log/op",
3547
+ "permission": null,
3548
+ "title": "操作日志",
3549
+ "icon": null,
3550
+ "outLink": null,
3551
+ "isHide": false,
3552
+ "isKeepAlive": true,
3553
+ "isAffix": false,
3554
+ "state": 1,
3555
+ "note": null,
3556
+ "orderNo": 90048
3557
+ },
3558
+ {
3559
+ "id": "141",
3560
+ "parentId": "140",
3561
+ "type": 3,
3562
+ "name": "List",
3563
+ "path": null,
3564
+ "permission": "POST:/api/log/op/page",
3565
+ "title": "查询",
3566
+ "icon": null,
3567
+ "outLink": null,
3568
+ "isHide": false,
3569
+ "isKeepAlive": true,
3570
+ "isAffix": false,
3571
+ "state": 1,
3572
+ "note": null,
3573
+ "orderNo": 90049
3574
+ },
3575
+ {
3576
+ "id": "142",
3577
+ "parentId": "140",
3578
+ "type": 3,
3579
+ "name": "Detail",
3580
+ "path": null,
3581
+ "permission": "",
3582
+ "title": "详情",
3583
+ "icon": null,
3584
+ "outLink": null,
3585
+ "isHide": false,
3586
+ "isKeepAlive": true,
3587
+ "isAffix": false,
3588
+ "state": 1,
3589
+ "note": null,
3590
+ "orderNo": 90050
3591
+ },
3592
+ {
3593
+ "id": "143",
3594
+ "parentId": "140",
3595
+ "type": 3,
3596
+ "name": "Export",
3597
+ "path": null,
3598
+ "permission": "POST:/api/log/op/export",
3599
+ "title": "导出",
3600
+ "icon": null,
3601
+ "outLink": null,
3602
+ "isHide": false,
3603
+ "isKeepAlive": true,
3604
+ "isAffix": false,
3605
+ "state": 1,
3606
+ "note": null,
3607
+ "orderNo": 90051
3608
+ },
3609
+ {
3610
+ "id": "144",
3611
+ "parentId": "135",
3612
+ "type": 2,
3613
+ "name": "VisitLog",
3614
+ "path": "/system/log/vis",
3615
+ "permission": null,
3616
+ "title": "访问日志",
3617
+ "icon": null,
3618
+ "outLink": null,
3619
+ "isHide": false,
3620
+ "isKeepAlive": true,
3621
+ "isAffix": false,
3622
+ "state": 1,
3623
+ "note": null,
3624
+ "orderNo": 90052
3625
+ },
3626
+ {
3627
+ "id": "145",
3628
+ "parentId": "144",
3629
+ "type": 3,
3630
+ "name": "List",
3631
+ "path": null,
3632
+ "permission": "POST:/api/log/vis/page",
3633
+ "title": "查询",
3634
+ "icon": null,
3635
+ "outLink": null,
3636
+ "isHide": false,
3637
+ "isKeepAlive": true,
3638
+ "isAffix": false,
3639
+ "state": 1,
3640
+ "note": null,
3641
+ "orderNo": 90053
3642
+ },
3643
+ {
3644
+ "id": "146",
3645
+ "parentId": "144",
3646
+ "type": 3,
3647
+ "name": "Detail",
3648
+ "path": null,
3649
+ "permission": "",
3650
+ "title": "详情",
3651
+ "icon": null,
3652
+ "outLink": null,
3653
+ "isHide": false,
3654
+ "isKeepAlive": true,
3655
+ "isAffix": false,
3656
+ "state": 1,
3657
+ "note": null,
3658
+ "orderNo": 90054
3659
+ },
3660
+ {
3661
+ "id": "147",
3662
+ "parentId": "144",
3663
+ "type": 3,
3664
+ "name": "Export",
3665
+ "path": null,
3666
+ "permission": "POST:/api/log/vis/export",
3667
+ "title": "导出",
3668
+ "icon": null,
3669
+ "outLink": null,
3670
+ "isHide": false,
3671
+ "isKeepAlive": true,
3672
+ "isAffix": false,
3673
+ "state": 1,
3674
+ "note": null,
3675
+ "orderNo": 90055
3676
+ },
3677
+ {
3678
+ "id": "148",
3679
+ "parentId": "101",
3680
+ "type": 2,
3681
+ "name": "MenuManage",
3682
+ "path": "/system/menu",
3683
+ "permission": null,
3684
+ "title": "菜单管理",
3685
+ "icon": null,
3686
+ "outLink": null,
3687
+ "isHide": false,
3688
+ "isKeepAlive": true,
3689
+ "isAffix": false,
3690
+ "state": 1,
3691
+ "note": null,
3692
+ "orderNo": 90056
3693
+ },
3694
+ {
3695
+ "id": "149",
3696
+ "parentId": "148",
3697
+ "type": 3,
3698
+ "name": "List",
3699
+ "path": null,
3700
+ "permission": "POST:/api/menu/list",
3701
+ "title": "查询",
3702
+ "icon": null,
3703
+ "outLink": null,
3704
+ "isHide": false,
3705
+ "isKeepAlive": true,
3706
+ "isAffix": false,
3707
+ "state": 1,
3708
+ "note": null,
3709
+ "orderNo": 90057
3710
+ },
3711
+ {
3712
+ "id": "150",
3713
+ "parentId": "148",
3714
+ "type": 3,
3715
+ "name": "Detail",
3716
+ "path": null,
3717
+ "permission": "",
3718
+ "title": "详情",
3719
+ "icon": null,
3720
+ "outLink": null,
3721
+ "isHide": false,
3722
+ "isKeepAlive": true,
3723
+ "isAffix": false,
3724
+ "state": 1,
3725
+ "note": null,
3726
+ "orderNo": 90058
3727
+ },
3728
+ {
3729
+ "id": "151",
3730
+ "parentId": "148",
3731
+ "type": 3,
3732
+ "name": "Add",
3733
+ "path": null,
3734
+ "permission": "POST:/api/menu",
3735
+ "title": "新增",
3736
+ "icon": null,
3737
+ "outLink": null,
3738
+ "isHide": false,
3739
+ "isKeepAlive": true,
3740
+ "isAffix": false,
3741
+ "state": 1,
3742
+ "note": null,
3743
+ "orderNo": 90059
3744
+ },
3745
+ {
3746
+ "id": "152",
3747
+ "parentId": "148",
3748
+ "type": 3,
3749
+ "name": "Delete",
3750
+ "path": null,
3751
+ "permission": "DELETE:/api/menu",
3752
+ "title": "删除",
3753
+ "icon": null,
3754
+ "outLink": null,
3755
+ "isHide": false,
3756
+ "isKeepAlive": true,
3757
+ "isAffix": false,
3758
+ "state": 1,
3759
+ "note": null,
3760
+ "orderNo": 90060
3761
+ },
3762
+ {
3763
+ "id": "153",
3764
+ "parentId": "148",
3765
+ "type": 3,
3766
+ "name": "Edit",
3767
+ "path": null,
3768
+ "permission": "PUT:/api/menu",
3769
+ "title": "编辑",
3770
+ "icon": null,
3771
+ "outLink": null,
3772
+ "isHide": false,
3773
+ "isKeepAlive": true,
3774
+ "isAffix": false,
3775
+ "state": 1,
3776
+ "note": null,
3777
+ "orderNo": 90061
3778
+ },
3779
+ {
3780
+ "id": "154",
3781
+ "parentId": "148",
3782
+ "type": 3,
3783
+ "name": "Export",
3784
+ "path": null,
3785
+ "permission": "POST:/api/menu/export",
3786
+ "title": "导出",
3787
+ "icon": null,
3788
+ "outLink": null,
3789
+ "isHide": false,
3790
+ "isKeepAlive": true,
3791
+ "isAffix": false,
3792
+ "state": 1,
3793
+ "note": null,
3794
+ "orderNo": 90062
3795
+ },
3796
+ {
3797
+ "id": "155",
3798
+ "parentId": "148",
3799
+ "type": 3,
3800
+ "name": "Import",
3801
+ "path": null,
3802
+ "permission": "POST:/api/menu/import",
3803
+ "title": "导入",
3804
+ "icon": null,
3805
+ "outLink": null,
3806
+ "isHide": false,
3807
+ "isKeepAlive": true,
3808
+ "isAffix": false,
3809
+ "state": 1,
3810
+ "note": null,
3811
+ "orderNo": 90063
3812
+ },
3813
+ {
3814
+ "id": "101",
3815
+ "parentId": null,
3816
+ "type": 1,
3817
+ "name": "SystemManage",
3818
+ "path": null,
3819
+ "permission": null,
3820
+ "title": "系统管理",
3821
+ "icon": "SystemManageIcon",
3822
+ "outLink": null,
3823
+ "isHide": false,
3824
+ "isKeepAlive": true,
3825
+ "isAffix": false,
3826
+ "state": 1,
3827
+ "note": null,
3828
+ "orderNo": 999999
3829
+ }
3830
+ ]
3831
+ }