From 6486b1f44de87dc6f60388e10e9a65ae206df120 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期五, 07 六月 2024 10:50:30 +0800
Subject: [PATCH] 1

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

diff --git a/src/books/lifeCare/view/chapter002.vue b/src/books/lifeCare/view/chapter002.vue
index 02dbdaa..e82a22a 100644
--- a/src/books/lifeCare/view/chapter002.vue
+++ b/src/books/lifeCare/view/chapter002.vue
@@ -1667,16 +1667,16 @@
     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 =
-      "https:/jsek.bnuic.com/file/api/ApiDownload?md5=b727b78f8036a38cbd054816a81da7f8";
-    this.chapter002.videOneUrl =
-      "https:/jsek.bnuic.com/file/api/ApiDownload?md5=6e471afdbeb95a8891f1551cbb0cd4fd";
+    // this.chapter002.videOneUrl116 =
+    //   "https:/jsek.bnuic.com/file/api/ApiDownload?md5=b727b78f8036a38cbd054816a81da7f8";
+    // this.chapter002.videOneUrl =
+    //   "https:/jsek.bnuic.com/file/api/ApiDownload?md5=6e471afdbeb95a8891f1551cbb0cd4fd";
   },
   methods: {
     activityOne() {

--
Gitblit v1.9.1