|
@ -28,7 +28,6 @@ export const DeviceForMap = { |
|
|
* 1 枪机 不可控 |
|
|
* 1 枪机 不可控 |
|
|
*/ |
|
|
*/ |
|
|
const type = JSON.parse(item.otherConfig)?.ptzCtrl; |
|
|
const type = JSON.parse(item.otherConfig)?.ptzCtrl; |
|
|
console.log(`${type}${!bool}`); |
|
|
|
|
|
return cameraIcon[`${type}${+!bool}`]; |
|
|
return cameraIcon[`${type}${+!bool}`]; |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|