inleft
2022-08-11 859ec7a60a9a1f30c898dbf1ae05c50dccfc40e5
src/components/layouts/baseLayout.vue
@@ -12,7 +12,7 @@
      <a-layout-footer>
         <AplayerBox />
         <tagFooter />
         <MyVideo ref="MyVideo"  />
         <MyVideo ref="MyVideo" />
      </a-layout-footer>
      <a-back-top>
@@ -40,8 +40,8 @@
         }
      },
      methods: {
         showMyVideo() {
            this.$refs.MyVideo.showModal();
         showMyVideo(param) {
            this.$refs.MyVideo.showModal(param);
         },
         // 下载文件
         down: function() {