From 1b3fd3be47ea0c06b80db9603eb1279daa0dad07 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期一, 17 二月 2025 15:35:55 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/aviationEtiquette/view/components/chpater002.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/books/aviationEtiquette/view/components/chpater002.vue b/src/books/aviationEtiquette/view/components/chpater002.vue index 6a404b9..5bef93c 100644 --- a/src/books/aviationEtiquette/view/components/chpater002.vue +++ b/src/books/aviationEtiquette/view/components/chpater002.vue @@ -2796,18 +2796,19 @@ } const choiceQuestion = localStorage.getItem( - "civilAviatyonSevervices-book-chapter02-Data" + "aviationEtiquette-book-chapter02-Data" ); if (choiceQuestion) { this.chapterData = JSON.parse(choiceQuestion); } const videoData = localStorage.getItem( - "civilAviatyonSevervices-book-chapter002" + "aviationEtiquette-book-chapter002" ); if (videoData) { this.chapter002 = JSON.parse(videoData); } + this.getVidoePath(); this.collectResourceList = await getCollectResource( this.config.activeBook.bookId -- Gitblit v1.9.1