inleft
2022-08-09 146176c4bfc7e936026fc02d96fdc175738d9e14
src/components/layouts/baseLayout.vue
@@ -6,12 +6,13 @@
      </a-layout-header>
      <keep-alive>
         <router-view></router-view>
         <router-view @showMyVideo="showMyVideo"></router-view>
      </keep-alive>
      <a-layout-footer>
         <AplayerBox />
         <tagFooter />
         <MyVideo ref="MyVideo"  />
      </a-layout-footer>
      <a-back-top>
@@ -25,11 +26,13 @@
   import tagHeader from "../fixed/header.vue"
   import tagFooter from "../fixed/footer.vue"
   import AplayerBox from "../mini/Aplayer.vue"
   import MyVideo from "../group/MyVideo.vue"
   export default {
      components: {
         tagHeader,
         tagFooter,
         AplayerBox,
         MyVideo,
      },
      data() {
         return {
@@ -37,7 +40,9 @@
         }
      },
      methods: {
         showMyVideo() {
            this.$refs.MyVideo.showModal();
         },
         // 下载文件
         down: function() {
            console.log(111);