1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
| {
| "app": {
| "name": "七星瓢虫环境监测",
| "description": "七星瓢虫环境监测后台配置中心"
| },
| "user": {
| "name": "Admin",
| "avatar": "./assets/img/zorro.svg",
| "email": "admin@qq.com"
| },
| "menu": [{
| "text": "主导航",
| "translate": "main_navigation",
| "group": true,
| "children": [{
| "text": "工作台",
| "link": "/dashboard/workplace",
| "icon": "icon-speedometer",
| "translate": "dashboard_workplace"
| }]
| }, {
| "text": "系统模块",
| "group": true,
| "children": [{
| "text": "用户管理",
| "icon": "icon-user",
| "children": [{
| "text": "安装用户",
| "link": "/users/installer"
| }, {
| "text": "报警用户",
| "link": "/users/alarm-user"
| }]
| }, {
| "text": "设备管理",
| "icon": "icon-grid",
| "children": [{
| "text": "设备配置",
| "link": "/devices/basic"
| }, {
| "text": "型号配置",
| "link": "/devices/version"
| }, {
| "text": "监测区管理",
| "link": "/devices/monitor-point"
| }]
| }, {
| "text": "传感器管理",
| "icon": "icon-note",
| "children": [{
| "text": "基本信息",
| "link": "/sensors/basic"
| }]
| },{
| "text": "报表管理",
| "icon": "icon-chart",
| "children": [
| {
| "text": "数据查询",
| "link": "/reports/query"
| },
| {
| "text": "报表展示",
| "link": "/reports/demo"
| },
| {
| "text": "数据导出",
| "link": "/reports/excel"
| }
| ]
| }, {
| "text": "系统管理",
| "icon": "icon-settings",
| "children": [
| {
| "text": "账户管理",
| "link": "/systems/account"
| },
| {
| "text": "组织管理",
| "link": "/systems/organization"
| },
| {
| "text": "注册码管理",
| "link": "/systems/registration",
| "hide": true
| }
| ]
| }
| ]
|
|
| }
|
|
| ]
| }
|
|