From f0c584b7a453a86a51fcdf356ec8ead98c4e46c8 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 03 六月 2024 17:35:03 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/lifeCare/view/chapter004.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/books/lifeCare/view/chapter004.vue b/src/books/lifeCare/view/chapter004.vue index c9f32f4..dbb86dc 100644 --- a/src/books/lifeCare/view/chapter004.vue +++ b/src/books/lifeCare/view/chapter004.vue @@ -1450,21 +1450,21 @@ if (localData) { this.chapter004 = { ...Object.assign(this.chapter004, localData) }; } - this.chapter004.videOneUrl = getResourcePath( + this.chapter004.videOneUrl = await getResourcePath( "c276be12bae3b1df0b3ce4aa01b14e1e" ); - this.chapter004.videoTwoUrl = getResourcePath( + this.chapter004.videoTwoUrl = await getResourcePath( "7eb7fe2e3c13885a96143110ca4f5654" ); - this.chapter004.videoFourUrl = getResourcePath( + this.chapter004.videoFourUrl = await getResourcePath( "1b04691b60e5b5b207b3a4967c495d29" ); - this.chapter004.videOneUrl = - "https://jsek.bnuic.com/file/api/ApiDownload?md5=c276be12bae3b1df0b3ce4aa01b14e1e"; - this.chapter004.videoTwoUrl = - "https://jsek.bnuic.com/file/api/ApiDownload?md5=7eb7fe2e3c13885a96143110ca4f5654"; - this.chapter004.videoFourUrl = - "https://jsek.bnuic.com/file/api/ApiDownload?md5=1b04691b60e5b5b207b3a4967c495d29"; + // this.chapter004.videOneUrl = + // "https://jsek.bnuic.com/file/api/ApiDownload?md5=c276be12bae3b1df0b3ce4aa01b14e1e"; + // this.chapter004.videoTwoUrl = + // "https://jsek.bnuic.com/file/api/ApiDownload?md5=7eb7fe2e3c13885a96143110ca4f5654"; + // this.chapter004.videoFourUrl = + // "https://jsek.bnuic.com/file/api/ApiDownload?md5=1b04691b60e5b5b207b3a4967c495d29"; }, methods: { activityOne() { -- Gitblit v1.9.1