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/chapter008.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/books/lifeCare/view/chapter008.vue b/src/books/lifeCare/view/chapter008.vue index 5f7e488..54a9bc7 100644 --- a/src/books/lifeCare/view/chapter008.vue +++ b/src/books/lifeCare/view/chapter008.vue @@ -1092,7 +1092,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 { @@ -1234,10 +1234,10 @@ if (localData) { this.chapter008 = { ...Object.assign(this.chapter008, localData) }; } - this.chapter008.videOneUrl = getResourcePath( + this.chapter008.videOneUrl = await getResourcePath( "80986796eb2d8ee1a47cdde606900ed0" ); - this.chapter008.videoTwoUrl = getResourcePath( + this.chapter008.videoTwoUrl = await getResourcePath( "460c7bc740882a9ad93b096a2151dd1c" ); // this.chapter008.videOneUrl = -- Gitblit v1.9.1