1
|
|
-{
|
2
|
|
- "easycom": {
|
3
|
|
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
4
|
|
- },
|
5
|
|
- "pages": [{
|
6
|
|
- "path": "pages/index/index",
|
7
|
|
- "style": {
|
8
|
|
- "navigationBarTitleText": "首页"
|
9
|
|
- }
|
10
|
|
- },
|
11
|
|
- {
|
12
|
|
- "path": "pages/device/device",
|
13
|
|
- "style": {
|
14
|
|
- "navigationBarTitleText": "设备"
|
15
|
|
- }
|
16
|
|
- },
|
17
|
|
- {
|
18
|
|
- "path": "pages/device/org/org",
|
19
|
|
- "style": {
|
20
|
|
- "navigationBarTitleText": "组织筛选"
|
21
|
|
- }
|
22
|
|
- },
|
23
|
|
- {
|
24
|
|
- "path": "pages/alarm/alarm",
|
25
|
|
- "style": {
|
26
|
|
- "navigationBarTitleText": "告警"
|
27
|
|
- }
|
28
|
|
- },
|
29
|
|
- {
|
30
|
|
- "path": "pages/alarm/org/org",
|
31
|
|
- "style": {
|
32
|
|
- "navigationBarTitleText": "组织筛选"
|
33
|
|
- }
|
34
|
|
- },
|
35
|
|
- {
|
36
|
|
- "path": "pages/personal/personal",
|
37
|
|
- "style": {
|
38
|
|
- "navigationBarTitleText": "个人中心"
|
39
|
|
- }
|
40
|
|
- },
|
41
|
|
- {
|
42
|
|
- "path": "pages/index/camera/camera",
|
43
|
|
- "style": {
|
44
|
|
- "navigationBarTitleText": "查看摄像头"
|
45
|
|
- }
|
46
|
|
- },
|
47
|
|
- {
|
48
|
|
- "path": "pages/index/camera/org/org",
|
49
|
|
- "style": {
|
50
|
|
- "navigationBarTitleText": "组织筛选"
|
51
|
|
- }
|
52
|
|
- }, {
|
53
|
|
- "path": "pages/index/configuration/configuration",
|
54
|
|
- "style": {
|
55
|
|
- "navigationBarTitleText": "查看组态"
|
56
|
|
- }
|
57
|
|
-
|
58
|
|
- },
|
59
|
|
- {
|
60
|
|
- "path": "pages/index/configuration/configurationDetail",
|
61
|
|
- "style": {
|
62
|
|
- "navigationBarTitleText": "组态详情"
|
63
|
|
- }
|
64
|
|
- }
|
65
|
|
- ],
|
66
|
|
- "subPackages": [{
|
67
|
|
- "root": "alarmSubPage",
|
68
|
|
- "pages": [{
|
69
|
|
- "path": "alarmDetailPage/alarmDetail",
|
70
|
|
- "style": {
|
71
|
|
- "navigationBarTitleText": "告警详情"
|
72
|
|
- }
|
73
|
|
- }]
|
74
|
|
- },
|
75
|
|
- {
|
76
|
|
- "root": "deviceSubPage",
|
77
|
|
- "pages": [{
|
78
|
|
- "path": "deviceDetailPage/deviceDetail",
|
79
|
|
- "style": {
|
80
|
|
- "navigationBarTitleText": "设备详情"
|
81
|
|
- }
|
82
|
|
- },
|
83
|
|
- {
|
84
|
|
- "path": "deviceDetailPage/tabDetail/CommandDetail",
|
|
1
|
+{
|
|
2
|
+ "easycom": {
|
|
3
|
+ "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
|
4
|
+ },
|
|
5
|
+ "pages": [{
|
|
6
|
+ "path": "pages/index/index",
|
|
7
|
+ "style": {
|
|
8
|
+ "navigationBarTitleText": "首页"
|
|
9
|
+ }
|
|
10
|
+ },
|
|
11
|
+ {
|
|
12
|
+ "path": "pages/device/device",
|
|
13
|
+ "style": {
|
|
14
|
+ "navigationBarTitleText": "设备"
|
|
15
|
+ }
|
|
16
|
+ },
|
|
17
|
+ {
|
|
18
|
+ "path": "pages/device/org/org",
|
|
19
|
+ "style": {
|
|
20
|
+ "navigationBarTitleText": "组织筛选"
|
|
21
|
+ }
|
|
22
|
+ },
|
|
23
|
+ {
|
|
24
|
+ "path": "pages/alarm/alarm",
|
|
25
|
+ "style": {
|
|
26
|
+ "navigationBarTitleText": "告警"
|
|
27
|
+ }
|
|
28
|
+ },
|
|
29
|
+ {
|
|
30
|
+ "path": "pages/alarm/org/org",
|
|
31
|
+ "style": {
|
|
32
|
+ "navigationBarTitleText": "组织筛选"
|
|
33
|
+ }
|
|
34
|
+ },
|
|
35
|
+ {
|
|
36
|
+ "path": "pages/personal/personal",
|
|
37
|
+ "style": {
|
|
38
|
+ "navigationBarTitleText": "个人中心"
|
|
39
|
+ }
|
|
40
|
+ },
|
|
41
|
+ {
|
|
42
|
+ "path": "pages/index/camera/camera",
|
|
43
|
+ "style": {
|
|
44
|
+ "navigationBarTitleText": "查看摄像头"
|
|
45
|
+ }
|
|
46
|
+ },
|
|
47
|
+ {
|
|
48
|
+ "path": "pages/index/camera/org/org",
|
|
49
|
+ "style": {
|
|
50
|
+ "navigationBarTitleText": "组织筛选"
|
|
51
|
+ }
|
|
52
|
+ }, {
|
|
53
|
+ "path": "pages/index/configuration/configuration",
|
|
54
|
+ "style": {
|
|
55
|
+ "navigationBarTitleText": "查看组态"
|
|
56
|
+ }
|
|
57
|
+
|
|
58
|
+ },
|
|
59
|
+ {
|
|
60
|
+ "path": "pages/index/configuration/configurationDetail",
|
|
61
|
+ "style": {
|
|
62
|
+ "navigationBarTitleText": "组态详情"
|
|
63
|
+ }
|
|
64
|
+ }
|
|
65
|
+ ],
|
|
66
|
+ "subPackages": [{
|
|
67
|
+ "root": "alarmSubPage",
|
|
68
|
+ "pages": [{
|
|
69
|
+ "path": "alarmDetailPage/alarmDetail",
|
85
|
70
|
"style": {
|
86
|
|
- "navigationBarTitleText": "命令详情"
|
|
71
|
+ "navigationBarTitleText": "告警详情"
|
|
72
|
+ }
|
|
73
|
+ }]
|
|
74
|
+ },
|
|
75
|
+ {
|
|
76
|
+ "root": "deviceSubPage",
|
|
77
|
+ "pages": [{
|
|
78
|
+ "path": "deviceDetailPage/deviceDetail",
|
|
79
|
+ "style": {
|
|
80
|
+ "navigationBarTitleText": "设备详情"
|
|
81
|
+ }
|
|
82
|
+ },
|
|
83
|
+ {
|
|
84
|
+ "path": "deviceDetailPage/tabDetail/CommandDetail",
|
|
85
|
+ "style": {
|
|
86
|
+ "navigationBarTitleText": "命令详情"
|
|
87
|
+ }
|
|
88
|
+ }
|
|
89
|
+ ]
|
|
90
|
+ },
|
|
91
|
+ {
|
|
92
|
+ "root": "sysNotifySubPage",
|
|
93
|
+ "pages": [{
|
|
94
|
+ "path": "sysNotifyPage/systemNotify",
|
|
95
|
+ "style": {
|
|
96
|
+ "navigationBarTitleText": "系统通知"
|
|
97
|
+ }
|
|
98
|
+ },
|
|
99
|
+ {
|
|
100
|
+ "path": "sysNotifyPage/notifyDetail",
|
|
101
|
+ "style": {
|
|
102
|
+ "navigationBarTitleText": "通知详情"
|
|
103
|
+ }
|
|
104
|
+ }
|
|
105
|
+ ]
|
|
106
|
+ },
|
|
107
|
+ {
|
|
108
|
+ "root": "feedBackSubPage",
|
|
109
|
+ "pages": [{
|
|
110
|
+ "path": "feedback/feedback",
|
|
111
|
+ "style": {
|
|
112
|
+ "navigationBarTitleText": "意见反馈"
|
|
113
|
+ }
|
|
114
|
+ }]
|
|
115
|
+ },
|
|
116
|
+ {
|
|
117
|
+ "root": "publicLoginSubPage",
|
|
118
|
+ "pages": [{
|
|
119
|
+ "path": "public/login",
|
|
120
|
+ "style": {
|
|
121
|
+ "navigationBarTitleText": "登录"
|
|
122
|
+ }
|
|
123
|
+ },
|
|
124
|
+ {
|
|
125
|
+ "path": "other/set",
|
|
126
|
+ "style": {
|
|
127
|
+ "navigationBarTitleText": "个人资料"
|
|
128
|
+ }
|
|
129
|
+ },
|
|
130
|
+ {
|
|
131
|
+ "path": "other/code",
|
|
132
|
+ "style": {
|
|
133
|
+ "navigationBarTitleText": "验证码登录"
|
|
134
|
+ }
|
|
135
|
+ },
|
|
136
|
+ {
|
|
137
|
+ "path": "other/findPassword",
|
|
138
|
+ "style": {
|
|
139
|
+ "navigationBarTitleText": "忘记密码"
|
|
140
|
+ }
|
87
|
141
|
}
|
88
|
|
- }]
|
89
|
|
- },
|
90
|
|
- {
|
91
|
|
- "root": "sysNotifySubPage",
|
92
|
|
- "pages": [{
|
93
|
|
- "path": "sysNotifyPage/systemNotify",
|
94
|
|
- "style": {
|
95
|
|
- "navigationBarTitleText": "系统通知"
|
96
|
|
- }
|
97
|
|
- },
|
98
|
|
- {
|
99
|
|
- "path": "sysNotifyPage/notifyDetail",
|
100
|
|
- "style": {
|
101
|
|
- "navigationBarTitleText": "通知详情"
|
102
|
|
- }
|
103
|
|
- }
|
104
|
|
- ]
|
105
|
|
- },
|
106
|
|
- {
|
107
|
|
- "root": "feedBackSubPage",
|
108
|
|
- "pages": [{
|
109
|
|
- "path": "feedback/feedback",
|
110
|
|
- "style": {
|
111
|
|
- "navigationBarTitleText": "意见反馈"
|
112
|
|
- }
|
113
|
|
- }]
|
114
|
|
- },
|
115
|
|
- {
|
116
|
|
- "root": "publicLoginSubPage",
|
117
|
|
- "pages": [{
|
118
|
|
- "path": "public/login",
|
119
|
|
- "style": {
|
120
|
|
- "navigationBarTitleText": "登录"
|
121
|
|
- }
|
122
|
|
- },
|
123
|
|
- {
|
124
|
|
- "path": "other/set",
|
125
|
|
- "style": {
|
126
|
|
- "navigationBarTitleText": "个人资料"
|
127
|
|
- }
|
128
|
|
- },
|
129
|
|
- {
|
130
|
|
- "path": "other/code",
|
131
|
|
- "style": {
|
132
|
|
- "navigationBarTitleText": "验证码登录"
|
133
|
|
- }
|
134
|
|
- },
|
135
|
|
- {
|
136
|
|
- "path": "other/findPassword",
|
137
|
|
- "style": {
|
138
|
|
- "navigationBarTitleText": "忘记密码"
|
139
|
|
- }
|
140
|
|
- }
|
141
|
|
- ]
|
142
|
|
- }
|
143
|
|
- ],
|
144
|
|
- "globalStyle": {
|
145
|
|
- "navigationBarTextStyle": "black",
|
146
|
|
- "navigationBarTitleText": "云腾app",
|
147
|
|
- "navigationBarBackgroundColor": "#FFFFFF",
|
148
|
|
- "backgroundColor": "#FFFFFF"
|
149
|
|
- },
|
150
|
|
- "tabBar": {
|
151
|
|
- "color": "#ffffff",
|
152
|
|
- "selectedColor": "#ffffff",
|
153
|
|
- "borderStyle": "black",
|
154
|
|
- "backgroundColor": "#ffffff",
|
155
|
|
- "list": [{
|
156
|
|
- "pagePath": "pages/index/index",
|
157
|
|
- "iconPath": "static/basics.png",
|
158
|
|
- "selectedIconPath": "static/basics.png",
|
159
|
|
- "text": "首页"
|
160
|
|
- },
|
161
|
|
- {
|
162
|
|
- "pagePath": "pages/device/device",
|
163
|
|
- "iconPath": "static/basics.png",
|
164
|
|
- "selectedIconPath": "static/basics.png",
|
165
|
|
- "text": "设备"
|
166
|
|
- },
|
167
|
|
- {
|
168
|
|
- "pagePath": "pages/alarm/alarm",
|
169
|
|
- "iconPath": "static/basics.png",
|
170
|
|
- "selectedIconPath": "static/basics.png",
|
171
|
|
- "text": "告警"
|
172
|
|
- },
|
173
|
|
- {
|
174
|
|
- "pagePath": "pages/personal/personal",
|
175
|
|
- "iconPath": "static/basics.png",
|
176
|
|
- "selectedIconPath": "static/basics.png",
|
177
|
|
- "text": "我的"
|
178
|
|
- }
|
179
|
|
- ]
|
180
|
|
- }
|
|
142
|
+ ]
|
|
143
|
+ }
|
|
144
|
+ ],
|
|
145
|
+ "globalStyle": {
|
|
146
|
+ "navigationBarTextStyle": "black",
|
|
147
|
+ "navigationBarTitleText": "云腾app",
|
|
148
|
+ "navigationBarBackgroundColor": "#FFFFFF",
|
|
149
|
+ "backgroundColor": "#FFFFFF"
|
|
150
|
+ },
|
|
151
|
+ "tabBar": {
|
|
152
|
+ "color": "#ffffff",
|
|
153
|
+ "selectedColor": "#ffffff",
|
|
154
|
+ "borderStyle": "black",
|
|
155
|
+ "backgroundColor": "#ffffff",
|
|
156
|
+ "list": [{
|
|
157
|
+ "pagePath": "pages/index/index",
|
|
158
|
+ "iconPath": "static/basics.png",
|
|
159
|
+ "selectedIconPath": "static/basics.png",
|
|
160
|
+ "text": "首页"
|
|
161
|
+ },
|
|
162
|
+ {
|
|
163
|
+ "pagePath": "pages/device/device",
|
|
164
|
+ "iconPath": "static/basics.png",
|
|
165
|
+ "selectedIconPath": "static/basics.png",
|
|
166
|
+ "text": "设备"
|
|
167
|
+ },
|
|
168
|
+ {
|
|
169
|
+ "pagePath": "pages/alarm/alarm",
|
|
170
|
+ "iconPath": "static/basics.png",
|
|
171
|
+ "selectedIconPath": "static/basics.png",
|
|
172
|
+ "text": "告警"
|
|
173
|
+ },
|
|
174
|
+ {
|
|
175
|
+ "pagePath": "pages/personal/personal",
|
|
176
|
+ "iconPath": "static/basics.png",
|
|
177
|
+ "selectedIconPath": "static/basics.png",
|
|
178
|
+ "text": "我的"
|
|
179
|
+ }
|
|
180
|
+ ]
|
|
181
|
+ }
|
181
|
182
|
} |
...
|
...
|
|