From 28f79c906721eea9ff2c74cf87ae1179a831d534 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 04 六月 2024 17:43:59 +0800 Subject: [PATCH] 合并 --- src/books/lifeCare/view/chapter002.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/books/lifeCare/view/chapter002.vue b/src/books/lifeCare/view/chapter002.vue index 89d3bc9..e82a22a 100644 --- a/src/books/lifeCare/view/chapter002.vue +++ b/src/books/lifeCare/view/chapter002.vue @@ -1667,10 +1667,10 @@ 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 = -- Gitblit v1.9.1