From 8f6329a8ea3f85b6bc9f751449109cba06b73591 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期一, 03 六月 2024 17:33:21 +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