diff --git a/src/views/components/carouselChart.vue b/src/views/components/carouselChart.vue index daab891..5159069 100644 --- a/src/views/components/carouselChart.vue +++ b/src/views/components/carouselChart.vue @@ -269,10 +269,10 @@ export default { }, mounted() { console.log("我是图片列表", this.terminalPhoto); - if (this.terminalPhoto) { - this.changeBigPic(this.terminalPhoto[0], 0); - // 进行其他操作 - } + // if (this.terminalPhoto) { + // this.changeBigPic(this.terminalPhoto[0], 0); + // // 进行其他操作 + // } //console.log(this.terminalPhoto[0]); }, @@ -333,7 +333,7 @@ export default { .catch((err) => {}); }, //开启绘制线缆 - openLine() { + openline() { this.flagLine = true; //开启传1 updateMarkEnableStatus({ @@ -344,7 +344,7 @@ export default { this.drawline(); }, //关闭绘制线缆 - closeLine() { + handelClear() { this.ctx.clearRect(0, 0, this.canvas.width, this.canvas.height); this.flagLine = false;