From 95ca47afec682be5e33a87168e4f91202dfca8c3 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 03 六月 2024 19:59:33 +0800
Subject: [PATCH] 合并

---
 src/books/lifeCare/view/chapter006.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/books/lifeCare/view/chapter006.vue b/src/books/lifeCare/view/chapter006.vue
index b35e5e8..3831b7e 100644
--- a/src/books/lifeCare/view/chapter006.vue
+++ b/src/books/lifeCare/view/chapter006.vue
@@ -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