src/pages/cameraAccess/components/SeparateRules.vue
@@ -448,6 +448,13 @@ this.swiperIndex = this.$refs.swiper.swiper.activeIndex; }, drawBaseImg() { if (!this.Camera.cameraId) { this.$notify({ type: "warning", message: "请先选择摄像机", }); return; } if (Array.isArray(this.$refs.canvas)) { if (this.$refs.canvas.length > 0) { this.$refs.canvas[0].showModal();