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/chapter002.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/books/lifeCare/view/chapter002.vue b/src/books/lifeCare/view/chapter002.vue index 89d3bc9..75f7b68 100644 --- a/src/books/lifeCare/view/chapter002.vue +++ b/src/books/lifeCare/view/chapter002.vue @@ -1410,7 +1410,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 { @@ -1667,10 +1667,10 @@ if (localData) { this.chapter002 = { ...Object.assign(this.chapter002, localData) }; } - this.chapter002.videOneUrl = getResourcePath( + this.chapter002.videOneUrl = await getResourcePath( "6e471afdbeb95a8891f1551cbb0cd4fd" ); - this.chapter002.videOneUrl116 = getResourcePath( + this.chapter002.videOneUrl116 = await getResourcePath( "b727b78f8036a38cbd054816a81da7f8" ); // this.chapter002.videOneUrl116 = -- Gitblit v1.9.1