页面切图

This commit is contained in:
仲么了
2023-02-09 16:37:53 +08:00
parent 1393a997a8
commit 627c0a2853
30 changed files with 937 additions and 44 deletions

View File

@@ -122,23 +122,47 @@
}
},
{
"path": "pages/device/record",
"path": "pages/device/detailDVR",
"style": {
"navigationBarTitleText": "DVR设备详情"
}
},
{
"path": "pages/device/recordAPF",
"style": {
"navigationBarTitleText": "操作记录"
}
},
{
"path": "pages/device/report",
"path": "pages/device/recordDVR",
"style": {
"navigationBarTitleText": "操作记录"
}
},
{
"path": "pages/device/reportAPF",
"style": {
"navigationBarTitleText": "告警情况"
}
},
{
"path": "pages/device/about",
"path": "pages/device/reportDVR",
"style": {
"navigationBarTitleText": "告警情况"
}
},
{
"path": "pages/device/aboutAPF",
"style": {
"navigationBarTitleText": "关于"
}
},
{
"path": "pages/device/aboutDVR",
"style": {
"navigationBarTitleText": "关于"
}
},
{
"path": "pages/gateway/list",
"style": {
@@ -174,6 +198,30 @@
"style": {
"navigationBarTitleText": "事件"
}
},
{
"path": "pages/device/transfer",
"style": {
"navigationBarTitleText": "移交"
}
},
{
"path": "pages/device/feedback",
"style": {
"navigationBarTitleText": "提交反馈"
}
},
{
"path": "pages/message/feedback",
"style": {
"navigationBarTitleText": "反馈列表"
}
},
{
"path": "pages/mine/feedback",
"style": {
"navigationBarTitleText": "提交反馈"
}
}
],
"tabBar": {
@@ -208,9 +256,8 @@
"navigationBarTextStyle": "black",
"navigationBarTitleText": "灿能电力",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff"
"backgroundColor": "#fff",
// #ifdef H5
,
"navigationStyle": "custom"
// #endif
},