| | |
| | | </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> |
| | |
| | | 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 { |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | |
| | | showMyVideo() { |
| | | this.$refs.MyVideo.showModal(); |
| | | }, |
| | | // 下载文件 |
| | | down: function() { |
| | | console.log(111); |