Iwan Lebron
2024-07-31 82684373ecca37044b24f643b22080dac99850fd
web_src/src/components/map.vue
@@ -243,7 +243,7 @@
    },
    getImageByChannel: function (channel) {
      let src = "static/images/gis/camera.png"
      switch (channel.ptztype) {
      switch (channel.ptzType) {
        case 1:
          if (channel.status === 1) {
            src = "static/images/gis/camera1.png"