6170增加强制报警页面功能
This commit is contained in:
54
pages.json
54
pages.json
@ -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",
|
||||
|
Reference in New Issue
Block a user