From 3c71cc74e6dd5f1015329c64e11e8ec1cd7a97c1 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Wed, 31 Aug 2022 18:11:16 +0800 Subject: [PATCH] 新增编辑页 日志列表接口 --- src/components/swichLabel/main3-show.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/components/swichLabel/main3-show.vue b/src/components/swichLabel/main3-show.vue index 2be7466..d5ba4dd 100644 --- a/src/components/swichLabel/main3-show.vue +++ b/src/components/swichLabel/main3-show.vue @@ -3,7 +3,8 @@ <a-row> <a-col v-bind="colApiMain " class="holdHeight"> <a-page-header title="我的网盘" style="padding: 0px;" @back="() => this.$router.go(-1)" /> - <net-file></net-file> + <!-- <net-file></net-file> --> + <myVideo></myVideo> </a-col> </a-row> </div> @@ -11,9 +12,11 @@ <script> import netFile from "../mini/box9-netFile.vue" + import myVideo from "../mini/box14-video.vue" export default { components: { netFile, + myVideo, }, data() { -- Gitblit v1.9.1