页面切图
This commit is contained in:
30
pages.json
30
pages.json
@@ -8,9 +8,9 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index/report",
|
||||
"path": "pages/index/message",
|
||||
"style": {
|
||||
"navigationBarTitleText": "告警"
|
||||
"navigationBarTitleText": "消息"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -156,6 +156,24 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "通过网关添加设备"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/incident",
|
||||
"style": {
|
||||
"navigationBarTitleText": "系统消息"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/report",
|
||||
"style": {
|
||||
"navigationBarTitleText": "告警"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/system",
|
||||
"style": {
|
||||
"navigationBarTitleText": "事件"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
@@ -173,10 +191,10 @@
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index/report",
|
||||
"iconPath": "static/report.png",
|
||||
"selectedIconPath": "static/report2.png",
|
||||
"text": "告警"
|
||||
"pagePath": "pages/index/message",
|
||||
"iconPath": "static/notice.png",
|
||||
"selectedIconPath": "static/notice2.png",
|
||||
"text": "消息"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index/mine",
|
||||
|
||||
Reference in New Issue
Block a user