diff --git a/src/views/components/carouselChart.vue b/src/views/components/carouselChart.vue index 645edf4..a3443ed 100644 --- a/src/views/components/carouselChart.vue +++ b/src/views/components/carouselChart.vue @@ -3,7 +3,6 @@
@@ -199,7 +198,7 @@ export default { this.bigPicPath = this.terminalPhoto[0].path; this.fiveList = this.terminalPhoto.slice(this.page - 1, this.pagesize); this.total = this.terminalPhoto.length / this.pagesize; - console.log("this.bigPicPath"); + console.log(this.fiveList); this.localPoints = this.terminalPhoto[0].list; console.log("111111111111111111111"); diff --git a/src/views/management/monitoringEquipment/photographicDevice/components/pictureTags.vue b/src/views/management/monitoringEquipment/photographicDevice/components/pictureTags.vue index 58e992e..f72bfbc 100644 --- a/src/views/management/monitoringEquipment/photographicDevice/components/pictureTags.vue +++ b/src/views/management/monitoringEquipment/photographicDevice/components/pictureTags.vue @@ -20,6 +20,7 @@