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