forked from brucewangzhihua/WanWuOnline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
27 lines (27 loc) · 755 Bytes
/
app.json
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
{
"pages": [
"pages/authorize/authorize",
"pages/bms/bms",
"pages/monitor/monitor",
"pages/deviceList/deviceList",
"pages/calendar/calendar",
"pages/detail/editName/editName",
"pages/detail/editCard/editCard",
"pages/detail/editRemark/editRemark",
"pages/detail/editDetail/editDetail",
"pages/detail/detail",
"pages/locationShare/locationShare",
"pages/playback/playback",
"pages/bind/manual/manual",
"pages/bind/bind",
"pages/alarm/alarm",
"pages/alarmDetails/alarmDetails",
"pages/mapDetail/mapDetail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarTitleText": "万物在线",
"navigationBarTextStyle": "white"
},
"sitemapLocation": "sitemap.json"
}