页面结构改变

This commit is contained in:
仲么了
2023-02-10 09:16:17 +08:00
parent 627c0a2853
commit 8cf78ec3f5
27 changed files with 171 additions and 159 deletions

View File

@@ -116,49 +116,49 @@
}
},
{
"path": "pages/device/detailAPF",
"path": "pages/device/APF/detail",
"style": {
"navigationBarTitleText": "APF设备详情"
}
},
{
"path": "pages/device/detailDVR",
"path": "pages/device/DVR/detail",
"style": {
"navigationBarTitleText": "DVR设备详情"
}
},
{
"path": "pages/device/recordAPF",
"path": "pages/device/APF/record",
"style": {
"navigationBarTitleText": "操作记录"
}
},
{
"path": "pages/device/recordDVR",
"path": "pages/device/DVR/record",
"style": {
"navigationBarTitleText": "操作记录"
}
},
{
"path": "pages/device/reportAPF",
"path": "pages/device/APF/report",
"style": {
"navigationBarTitleText": "告警情况"
}
},
{
"path": "pages/device/reportDVR",
"path": "pages/device/DVR/report",
"style": {
"navigationBarTitleText": "告警情况"
}
},
{
"path": "pages/device/aboutAPF",
"path": "pages/device/APF/about",
"style": {
"navigationBarTitleText": "关于"
}
},
{
"path": "pages/device/aboutDVR",
"path": "pages/device/DVR/about",
"style": {
"navigationBarTitleText": "关于"
}