设备消息

This commit is contained in:
仲么了
2023-09-21 15:15:17 +08:00
parent 4e11e2f2fd
commit 464831f206
14 changed files with 189 additions and 108 deletions

View File

@@ -222,7 +222,13 @@
{
"path": "pages/message/run",
"style": {
"navigationBarTitleText": "系统消息"
"navigationBarTitleText": "运行事件"
}
},
{
"path": "pages/message/runDetail",
"style": {
"navigationBarTitleText": "运行事件详情"
}
},
{
@@ -468,9 +474,8 @@
"navigationBarTextStyle": "black",
"navigationBarTitleText": "灿能电力",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f3f4f5"
"backgroundColor": "#f3f4f5",
// #ifdef H5
,
"navigationStyle": "custom"
// #endif
},
@@ -487,4 +492,4 @@
//当前激活的模式list 的索引项)
"list": []
}
}
}