From e466f6eb8ba044755318ba7db654772fb7a8fa2b Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期二, 04 六月 2024 15:41:16 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/lifeCare/view/chapter006.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/books/lifeCare/view/chapter006.vue b/src/books/lifeCare/view/chapter006.vue index b35e5e8..75b5a2b 100644 --- a/src/books/lifeCare/view/chapter006.vue +++ b/src/books/lifeCare/view/chapter006.vue @@ -1307,7 +1307,7 @@ </div> </template> <script> -import getResourcePath from "@/assets/methods/resources.js"; +import {getResourcePath} from "@/assets/methods/resources.js"; import examinations from "@/components/examinations/index.vue"; export default { @@ -1459,11 +1459,11 @@ if (localData) { this.chapter006 = { ...Object.assign(this.chapter006, localData) }; } - this.chapter006.videOneUrl = getResourcePath( + this.chapter006.videOneUrl = await getResourcePath( "04fafb0e896ffe0379edd6d695a92b13" ); - this.chapter006.videOneUrl = - "https://jsek.bnuic.com/file/api/ApiDownload?md5=04fafb0e896ffe0379edd6d695a92b13"; + // this.chapter006.videOneUrl = + // "https://jsek.bnuic.com/file/api/ApiDownload?md5=04fafb0e896ffe0379edd6d695a92b13"; }, methods: { activityOne() { -- Gitblit v1.9.1