6170增加强制报警页面功能

This commit is contained in:
fengerli
2025-08-02 16:32:48 +08:00
parent d0aca9e730
commit c15e7b4aad
9 changed files with 855 additions and 241 deletions

View File

@ -1,6 +1,6 @@
{
"pages": [
{
"path": "pages/common/login/index",
"style": {
@ -8,9 +8,9 @@
}
},
{
"path": "pages/common/index/index",
"style": {
@ -65,6 +65,13 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/6170/callPolice/index",
"style": {
"navigationBarTitleText": "报警"
}
},
{
"path": "pages/210/deviceControl/index",
"style": {
@ -98,31 +105,27 @@
}
},
{
"path" : "pages/common/addBLE/addEquip",
"style" :
{
"navigationBarTitleText" : "添加设备"
"path": "pages/common/addBLE/addEquip",
"style": {
"navigationBarTitleText": "添加设备"
}
},
{
"path" : "pages/common/addBLE/LinkBle",
"style" :
{
"navigationBarTitleText" : "扫描到的设备"
"path": "pages/common/addBLE/LinkBle",
"style": {
"navigationBarTitleText": "扫描到的设备"
}
},
{
"path" : "pages/6155/deviceDetail",
"style" :
{
"navigationBarTitleText" : "HBY 6155"
"path": "pages/6155/deviceDetail",
"style": {
"navigationBarTitleText": "HBY 6155"
}
},
{
"path" : "pages/6155/ImgCrop",
"style" :
{
"navigationBarTitleText" : "图像裁剪",
"path": "pages/6155/ImgCrop",
"style": {
"navigationBarTitleText": "图像裁剪",
"navigationStyle": "custom",
"fullscreen": true
}
@ -145,7 +148,7 @@
"navigationBarTitleText": "所有分享"
}
},
{
"path": "pages/6170/share/index",
"style": {
@ -163,8 +166,15 @@
"style": {
"navigationBarTitleText": "分享管理"
}
},
{
"path": "pages/210/onlineDevice/index",
"style": {
"navigationBarTitleText": "联机设备"
}
}
],
],
"tabBar": {
"color": "#fff",
"selectedColor": "#BBE600",