|
|
@ -70,6 +70,10 @@ export default {
|
|
|
|
setTimeout(function () {
|
|
|
|
setTimeout(function () {
|
|
|
|
getChannelInfo();
|
|
|
|
getChannelInfo();
|
|
|
|
getDevicePort();
|
|
|
|
getDevicePort();
|
|
|
|
|
|
|
|
setTimeout(()=>{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clickStartRealPlay()
|
|
|
|
|
|
|
|
},2000)
|
|
|
|
}, 10);
|
|
|
|
}, 10);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
error: function (status, xmlDoc) {
|
|
|
|
error: function (status, xmlDoc) {
|
|
|
@ -112,7 +116,6 @@ export default {
|
|
|
|
name = "Camera " + (i < 9 ? "0" + (i + 1) : (i + 1));
|
|
|
|
name = "Camera " + (i < 9 ? "0" + (i + 1) : (i + 1));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
clickStartRealPlay()
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
error: function (status, xmlDoc) {
|
|
|
|
error: function (status, xmlDoc) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|