From c3a97e9da90ab1a34f766acd35944d295cc5a6bf Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期三, 05 六月 2024 13:41:00 +0800 Subject: [PATCH] 优化 --- src/books/lifeCare/view/chapter002.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/books/lifeCare/view/chapter002.vue b/src/books/lifeCare/view/chapter002.vue index 02dbdaa..75f7b68 100644 --- a/src/books/lifeCare/view/chapter002.vue +++ b/src/books/lifeCare/view/chapter002.vue @@ -1410,7 +1410,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 { @@ -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