From 17f130e5aa42d8087128a46f1ab05d0976615d51 Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期二, 04 六月 2024 15:41:05 +0800 Subject: [PATCH] 优化 --- src/books/lifeCare/view/chapter006.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/books/lifeCare/view/chapter006.vue b/src/books/lifeCare/view/chapter006.vue index 4724bf6..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,7 +1459,7 @@ if (localData) { this.chapter006 = { ...Object.assign(this.chapter006, localData) }; } - this.chapter006.videOneUrl = getResourcePath( + this.chapter006.videOneUrl = await getResourcePath( "04fafb0e896ffe0379edd6d695a92b13" ); // this.chapter006.videOneUrl = -- Gitblit v1.9.1