修复PTZType导致声音开关失效的问题
This commit is contained in:
@@ -243,7 +243,7 @@ export default {
|
||||
},
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user