From aed84ce590fe490ed173ec887f0f8b173c9174f0 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期一, 03 六月 2024 15:24:24 +0800
Subject: [PATCH] 优化

---
 src/books/lifeCare/view/chapter003.vue |   58 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/src/books/lifeCare/view/chapter003.vue b/src/books/lifeCare/view/chapter003.vue
index b420ba2..6d3252e 100644
--- a/src/books/lifeCare/view/chapter003.vue
+++ b/src/books/lifeCare/view/chapter003.vue
@@ -2786,8 +2786,8 @@
 </template>
 <script>
 import getResourcePath from "@/assets/methods/resources.js";
-import getQuestionData from "@/assets/methods/examination.js";
-import testData from "../js/examinationList.js";
+// import getQuestionData from "@/assets/methods/examination.js";
+// import testData from "../js/examinationList.js";
 import examinations from "@/components/examinations/index.vue";
 import drawflow from "@/components/drawflow";
 
@@ -3284,33 +3284,33 @@
     this.chapter003.videoTevUrl = getResourcePath(
       "f12a50c2ac57da78ff02f3d5f430163b"
     );
-    this.chapter003.videOneUrl =
-      "https://jsek.bnuic.com/file/api/ApiDownload?md5=459ab85d46207bfcca4801dc9b319b9b";
-    this.chapter003.videoTwoUrl =
-      "https://jsek.bnuic.com/file/api/ApiDownload?md5=3817bea302b25b865ff938140939a8de";
-    this.chapter003.videoFourUrl =
-      "https://jsek.bnuic.com/file/api/ApiDownload?md5=7af72da649f6656c3b2164e708f5c132";
-    this.chapter003.videoFiveUrl =
-      "https://jsek.bnuic.com/file/api/ApiDownload?md5=e24de9b0cdd889cb73e9b472ad6f4731";
-    this.chapter003.videoSixUrl =
-      "https://jsek.bnuic.com/file/api/ApiDownload?md5=d95740ab777d9c7ca074c33317a835c4";
-    this.chapter003.videoSevenUrl =
-      "https://jsek.bnuic.com/file/api/ApiDownload?md5=0b330926f3e6ed510b48144a83199fb3";
-    this.chapter003.videoEigthUrl =
-      "https://jsek.bnuic.com/file/api/ApiDownload?md5=9f63cc4dcba6a87cbfe82a9ec4d7c77e";
-    this.chapter003.videoNineUrl =
-      "https://jsek.bnuic.com/file/api/ApiDownload?md5=c2ecf6f102a6e9b210f3db49b17b58a4";
-    this.chapter003.videoTenUrl =
-      "https://jsek.bnuic.com/file/api/ApiDownload?md5=b6943018923c0cbad4e414dc2097cb9a";
-    this.chapter003.videoEleUrl =
-      "https://jsek.bnuic.com/file/api/ApiDownload?md5=eb604885f7c01cdf2d95df839c9c233a";
-    this.chapter003.videoTevUrl =
-      "https://jsek.bnuic.com/file/api/ApiDownload?md5=f12a50c2ac57da78ff02f3d5f430163b";
-    this.chapter003.qustionData = await getQuestionData(
-      "3",
-      testData[3],
-      this.config.activeBook
-    );
+    // this.chapter003.videOneUrl =
+    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=459ab85d46207bfcca4801dc9b319b9b";
+    // this.chapter003.videoTwoUrl =
+    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=3817bea302b25b865ff938140939a8de";
+    // this.chapter003.videoFourUrl =
+    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=7af72da649f6656c3b2164e708f5c132";
+    // this.chapter003.videoFiveUrl =
+    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=e24de9b0cdd889cb73e9b472ad6f4731";
+    // this.chapter003.videoSixUrl =
+    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=d95740ab777d9c7ca074c33317a835c4";
+    // this.chapter003.videoSevenUrl =
+    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=0b330926f3e6ed510b48144a83199fb3";
+    // this.chapter003.videoEigthUrl =
+    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=9f63cc4dcba6a87cbfe82a9ec4d7c77e";
+    // this.chapter003.videoNineUrl =
+    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=c2ecf6f102a6e9b210f3db49b17b58a4";
+    // this.chapter003.videoTenUrl =
+    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=b6943018923c0cbad4e414dc2097cb9a";
+    // this.chapter003.videoEleUrl =
+    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=eb604885f7c01cdf2d95df839c9c233a";
+    // this.chapter003.videoTevUrl =
+    //   "https://jsek.bnuic.com/file/api/ApiDownload?md5=f12a50c2ac57da78ff02f3d5f430163b";
+    // this.chapter003.qustionData = await getQuestionData(
+    //   "3",
+    //   testData[3],
+    //   this.config.activeBook
+    // );
   },
   methods: {
     activityOne() {

--
Gitblit v1.9.1