From 4db90c67dad8e54d44094efca39ebd2ee7f56ffd Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期二, 04 六月 2024 15:17:39 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/lifeCare/view/chapter005.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/books/lifeCare/view/chapter005.vue b/src/books/lifeCare/view/chapter005.vue index 37ea46a..1988aab 100644 --- a/src/books/lifeCare/view/chapter005.vue +++ b/src/books/lifeCare/view/chapter005.vue @@ -3559,16 +3559,16 @@ if (localData) { this.chapter005 = { ...Object.assign(this.chapter005, localData) }; } - this.chapter005.videOneUrl = getResourcePath( + this.chapter005.videOneUrl = await getResourcePath( "439b0bde62a5098875c77e2492676577" ); - this.chapter005.videoTwoUrl = getResourcePath( + this.chapter005.videoTwoUrl = await getResourcePath( "1a878261410b01ee8e4e0602a1fe935f" ); - this.chapter005.videoFourUrl = getResourcePath( + this.chapter005.videoFourUrl = await getResourcePath( "6cf2619beb704b3d79de04f0775c8ba3" ); - this.chapter005.videoFiveUrl = getResourcePath( + this.chapter005.videoFiveUrl = await getResourcePath( "8400384441ad9236d5eab24f500ec2c7" ); // this.chapter005.videOneUrl = -- Gitblit v1.9.1