消息列表优化
This commit is contained in:
103
pages.json
103
pages.json
@@ -192,7 +192,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/transient",
|
||||
"path": "pages/message/message",
|
||||
"style": {
|
||||
"app-plus": {
|
||||
"bounce": "none",
|
||||
@@ -215,98 +215,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/transientDetail",
|
||||
"path": "pages/message/messageDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "暂态事件详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/report",
|
||||
"style": {
|
||||
"app-plus": {
|
||||
"bounce": "none",
|
||||
//关闭窗口回弹效果
|
||||
"titleNView": {
|
||||
"titleText": "设备告警",
|
||||
// 窗口的标题
|
||||
"titleAlign": "center",
|
||||
"padding-right": "20rpx",
|
||||
"buttons": [
|
||||
{
|
||||
"text": "一键已读",
|
||||
"fontSize": "28rpx",
|
||||
"select": false,
|
||||
"width": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/reportList",
|
||||
"style": {
|
||||
"navigationBarTitleText": "异常设备列表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/reportDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "设备告警详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/steady",
|
||||
"style": {
|
||||
"app-plus": {
|
||||
"bounce": "none",
|
||||
//关闭窗口回弹效果
|
||||
"titleNView": {
|
||||
"titleText": "稳态越限",
|
||||
// 窗口的标题
|
||||
"titleAlign": "center",
|
||||
"padding-right": "20rpx",
|
||||
"buttons": [
|
||||
{
|
||||
"text": "一键已读",
|
||||
"fontSize": "28rpx",
|
||||
"select": false,
|
||||
"width": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/run",
|
||||
"style": {
|
||||
"app-plus": {
|
||||
"bounce": "none",
|
||||
//关闭窗口回弹效果
|
||||
"titleNView": {
|
||||
"titleText": "运行事件",
|
||||
// 窗口的标题
|
||||
"titleAlign": "center",
|
||||
"padding-right": "20rpx",
|
||||
"buttons": [
|
||||
{
|
||||
"text": "一键已读",
|
||||
"fontSize": "28rpx",
|
||||
"select": false,
|
||||
"width": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/runDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "运行事件详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/device/transfer",
|
||||
"style": {
|
||||
@@ -451,18 +364,6 @@
|
||||
"navigationBarTitleText": "网关详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/steadyList",
|
||||
"style": {
|
||||
"navigationBarTitleText": "越限监测点列表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/steadyDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "稳态事件详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/project/transfer",
|
||||
"style": {
|
||||
|
||||
Reference in New Issue
Block a user