反馈修改
This commit is contained in:
76
pages.json
76
pages.json
@@ -190,7 +190,24 @@
|
||||
{
|
||||
"path": "pages/message/transient",
|
||||
"style": {
|
||||
"navigationBarTitleText": "暂态事件"
|
||||
"app-plus": {
|
||||
"bounce": "none",
|
||||
//关闭窗口回弹效果
|
||||
"titleNView": {
|
||||
"titleText": "暂态事件",
|
||||
// 窗口的标题
|
||||
"titleAlign": "center",
|
||||
"padding-right": "20rpx",
|
||||
"buttons": [
|
||||
{
|
||||
"text": "一键已读",
|
||||
"fontSize": "28rpx",
|
||||
"select": false,
|
||||
"width": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -202,7 +219,24 @@
|
||||
{
|
||||
"path": "pages/message/report",
|
||||
"style": {
|
||||
"navigationBarTitleText": "设备告警"
|
||||
"app-plus": {
|
||||
"bounce": "none",
|
||||
//关闭窗口回弹效果
|
||||
"titleNView": {
|
||||
"titleText": "设备告警",
|
||||
// 窗口的标题
|
||||
"titleAlign": "center",
|
||||
"padding-right": "20rpx",
|
||||
"buttons": [
|
||||
{
|
||||
"text": "一键已读",
|
||||
"fontSize": "28rpx",
|
||||
"select": false,
|
||||
"width": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -220,13 +254,47 @@
|
||||
{
|
||||
"path": "pages/message/steady",
|
||||
"style": {
|
||||
"navigationBarTitleText": "稳态越限"
|
||||
"app-plus": {
|
||||
"bounce": "none",
|
||||
//关闭窗口回弹效果
|
||||
"titleNView": {
|
||||
"titleText": "稳态越限",
|
||||
// 窗口的标题
|
||||
"titleAlign": "center",
|
||||
"padding-right": "20rpx",
|
||||
"buttons": [
|
||||
{
|
||||
"text": "一键已读",
|
||||
"fontSize": "28rpx",
|
||||
"select": false,
|
||||
"width": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/run",
|
||||
"style": {
|
||||
"navigationBarTitleText": "运行事件"
|
||||
"app-plus": {
|
||||
"bounce": "none",
|
||||
//关闭窗口回弹效果
|
||||
"titleNView": {
|
||||
"titleText": "运行事件",
|
||||
// 窗口的标题
|
||||
"titleAlign": "center",
|
||||
"padding-right": "20rpx",
|
||||
"buttons": [
|
||||
{
|
||||
"text": "一键已读",
|
||||
"fontSize": "28rpx",
|
||||
"select": false,
|
||||
"width": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user