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/chapter008.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/books/lifeCare/view/chapter008.vue b/src/books/lifeCare/view/chapter008.vue index 4a68b78..6d8ecf8 100644 --- a/src/books/lifeCare/view/chapter008.vue +++ b/src/books/lifeCare/view/chapter008.vue @@ -1234,16 +1234,16 @@ if (localData) { this.chapter008 = { ...Object.assign(this.chapter008, localData) }; } - this.chapter008.videOneUrl = getResourcePath( + this.chapter008.videOneUrl = await getResourcePath( "80986796eb2d8ee1a47cdde606900ed0" ); - this.chapter008.videoTwoUrl = getResourcePath( + this.chapter008.videoTwoUrl = await getResourcePath( "460c7bc740882a9ad93b096a2151dd1c" ); - this.chapter008.videOneUrl = - "https://jsek.bnuic.com/file/api/ApiDownload?md5=80986796eb2d8ee1a47cdde606900ed0"; - this.chapter008.videoTwoUrl = - "https://jsek.bnuic.com/file/api/ApiDownload?md5=460c7bc740882a9ad93b096a2151dd1c"; + // this.chapter008.videOneUrl = + // "https://jsek.bnuic.com/file/api/ApiDownload?md5=80986796eb2d8ee1a47cdde606900ed0"; + // this.chapter008.videoTwoUrl = + // "https://jsek.bnuic.com/file/api/ApiDownload?md5=460c7bc740882a9ad93b096a2151dd1c"; }, methods: { activityOne() { -- Gitblit v1.9.1