Commit 2abc2e52 authored by 朱松文's avatar 朱松文

remove log code

parent 7ea960c9
......@@ -205,7 +205,6 @@ export default class AiSearch extends BaseVue {
});
this.cameraGroup = ar;
}
console.log("aaaa", this.cameraGroup);
}
mounted() {
this.$nextTick(() => {
......@@ -255,14 +254,10 @@ export default class AiSearch extends BaseVue {
this.myVideo.player.pause();
}
cameraChange(data: any) {
if (data.length == 0) {
this.queryData.cameraList = [];
return;
}
this.queryData.cameraList = [];
data.forEach((item) => {
this.queryData.cameraList.push(item[1]);
});
console.log("cameraChange", this.queryData);
}
}
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment