页面切图

This commit is contained in:
仲么了
2023-03-09 13:50:45 +08:00
parent 43419da4c7
commit b5892b275f
16 changed files with 282 additions and 29 deletions

View File

@@ -144,7 +144,6 @@
"style": {
"navigationBarTitleText": "告警情况",
"navigationStyle": "custom"
}
},
{
@@ -233,7 +232,7 @@
}
},
{
"path": "pages/device/feedback",
"path": "pages/home/feedback",
"style": {
"navigationBarTitleText": "提交反馈"
}
@@ -345,6 +344,18 @@
"style": {
"navigationBarTitleText": "报警设备"
}
},
{
"path": "pages/message/feedbackDetail",
"style": {
"navigationBarTitleText": "反馈详情"
}
},
{
"path": "pages/home/service",
"style": {
"navigationBarTitleText": "联系客服"
}
}
],
"tabBar": {
@@ -379,9 +390,8 @@
"navigationBarTextStyle": "black",
"navigationBarTitleText": "灿能电力",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f3f4f5"
"backgroundColor": "#f3f4f5",
// #ifdef H5
,
"navigationStyle": "custom"
// #endif
},