Переглянути джерело

路口详情:检测器弹窗关闭后保持按钮选中状态

  - 移除 IntersectionMapVideos 的 onClose 回切逻辑,关闭弹窗不再把 displayMode 切回 video
画安 3 тижнів тому
батько
коміт
242d8fdeea
1 змінених файлів з 0 додано та 4 видалено
  1. 0 4
      src/components/ui/IntersectionMapVideos.vue

+ 0 - 4
src/components/ui/IntersectionMapVideos.vue

@@ -535,10 +535,6 @@ export default {
         height: 360,
         noPadding: false,
         data: { intersectionId: this.getIntersectionId() },
-        // 用户手动关闭弹窗时把按钮切回视频模式,保持二者状态同步
-        onClose: () => {
-          if (this.displayMode === 'detector') this.displayMode = 'video';
-        },
       });
     },