inleft
2022-08-14 a3ab3afe580daa80e9689f6e513e75a385f75bac
src/components/layouts/baseLayout.vue
@@ -6,7 +6,7 @@
      </a-layout-header>
      <keep-alive>
         <router-view @showMyVideo="showMyVideo"></router-view>
         <router-view @showMyVideo="showMyVideo" @detailBackAction="detailBackAction"></router-view>
      </keep-alive>
      <a-layout-footer>
@@ -55,6 +55,10 @@
            this.miniVideoPlayData = param;
            this.$refs.MyVideo.showModal(param);
         },
         detailBackAction(param) {
            this.miniVideoPlayData = param;
            this.closeMyVideo()
         },
         closeMyVideo() {
            if (this.firstQuery) {
               this.firstQuery = !this.firstQuery;