From aae6c163d14386ee7ca597ccc1f552d10e0dbe93 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期五, 28 二月 2025 15:48:24 +0800
Subject: [PATCH] 默认章节

---
 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