1、更换地图图标
parent
1862bc1eea
commit
0fba5ebca5
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -180,7 +180,7 @@ export default {
|
||||||
this.block1OptionsList = [
|
this.block1OptionsList = [
|
||||||
{
|
{
|
||||||
title: '在线设备数',
|
title: '在线设备数',
|
||||||
img: require('../../../assets/map/renyuan/img1ico2.png'),
|
img: require('../../../assets/map/renyuan/ico1.png'),
|
||||||
count: data.orthermessage.onlineDeviceNum
|
count: data.orthermessage.onlineDeviceNum
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -190,17 +190,17 @@ export default {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '在线基站数',
|
title: '在线基站数',
|
||||||
img: require('../../../assets/map/renyuan/img1ico2.png'),
|
img: require('../../../assets/map/renyuan/ico3.png'),
|
||||||
count: data.orthermessage.infoList.UwbJiZhan.num
|
count: data.orthermessage.infoList.UwbJiZhan.num
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '在线摄像头数',
|
title: '在线摄像头数',
|
||||||
img: require('../../../assets/map/renyuan/img1ico2.png'),
|
img: require('../../../assets/map/renyuan/ico4.png'),
|
||||||
count: data.orthermessage.infoList.HKcamera.num
|
count: data.orthermessage.infoList.HKcamera.num
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '在线报警设备数',
|
title: '在线报警设备数',
|
||||||
img: require('../../../assets/map/renyuan/img1ico2.png'),
|
img: require('../../../assets/map/renyuan/ico5.png'),
|
||||||
count: data.orthermessage.infoList.tklyr.num
|
count: data.orthermessage.infoList.tklyr.num
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -650,18 +650,18 @@ export default {
|
||||||
checkImg: require('../../assets/map/gangkou_index/buttom/ico21_on.png'),
|
checkImg: require('../../assets/map/gangkou_index/buttom/ico21_on.png'),
|
||||||
containAuthorization: [],
|
containAuthorization: [],
|
||||||
eliminateAuthorization: []
|
eliminateAuthorization: []
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '摄像头',
|
|
||||||
dialog_width: '1200px',
|
|
||||||
check: false,
|
|
||||||
type: 'platcamera',
|
|
||||||
img: require('../../assets/map/gangkou_index/buttom/ico26.png'),
|
|
||||||
checkImg: require('../../assets/map/gangkou_index/buttom/ico26_on.png'),
|
|
||||||
containAuthorization: [],
|
|
||||||
eliminateAuthorization: []
|
|
||||||
}
|
}
|
||||||
// {
|
// {
|
||||||
|
// label: '摄像头',
|
||||||
|
// dialog_width: '1200px',
|
||||||
|
// check: false,
|
||||||
|
// type: 'platcamera',
|
||||||
|
// img: require('../../assets/map/gangkou_index/buttom/ico26.png'),
|
||||||
|
// checkImg: require('../../assets/map/gangkou_index/buttom/ico26_on.png'),
|
||||||
|
// containAuthorization: [],
|
||||||
|
// eliminateAuthorization: []
|
||||||
|
// }
|
||||||
|
// {
|
||||||
// label: '车辆定位',
|
// label: '车辆定位',
|
||||||
// dialog_width: '1200px',
|
// dialog_width: '1200px',
|
||||||
// check: false,
|
// check: false,
|
||||||
|
|
Loading…
Reference in New Issue