From d41648827f2d21c7884ac8d00e8d8a9ac1cd2715 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 25 八月 2025 19:49:11 +0800 Subject: [PATCH] 组件优化 --- src/components/bookVideo/index.vue | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/components/bookVideo/index.vue b/src/components/bookVideo/index.vue index a387040..9a2d3c3 100644 --- a/src/components/bookVideo/index.vue +++ b/src/components/bookVideo/index.vue @@ -53,20 +53,12 @@ type: String, required: "",// 榛樿鍊� }, - logoColor: { - type: String, - required: "#00918e",// 榛樿鍊� - }, }, async mounted() { - debugger - console.log(this.videoInfo, "111111"); await this.getVidoePath(); this.collectResourceList = await getCollectResource( this.BookId ); - console.log(this.collectResourceList, "this.collectResourceList"); - }, methods: { async getVidoePath() { -- Gitblit v1.9.1