From b981a3f6af44e03a276ff431a65022ee4f4802b9 Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期二, 07 一月 2025 16:05:52 +0800
Subject: [PATCH] bug

---
 src/App.vue |   34 +++++++++++++++++++---------------
 1 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 3ee105a..d05ff0c 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -12,12 +12,11 @@
     <mathBook v-if="activeBook.name == 'mathBook'"></mathBook>
     <botany v-if="activeBook.name == 'botany'"></botany>
     <civilAviation v-if="activeBook.name == 'civilAviation'"></civilAviation>
-    <civilServices
-      v-if="activeBook.name == 'civilServices'"
-    ></civilServices>
-    <meetingPlanners
-      v-if="activeBook.name == 'meetingPlanners'"
-    ></meetingPlanners>
+    <civilServices v-if="activeBook.name == 'civilServices'"></civilServices>
+    <meetingPlanners v-if="activeBook.name == 'meetingPlanners'"></meetingPlanners>
+    <aviationBasicSkills v-if="activeBook.name == 'aviationBasicSkills'"></aviationBasicSkills>
+    <aviationSafety  v-if="activeBook.name == 'aviationSafety'"></aviationSafety>
+    <aviationEtiquette  v-if="activeBook.name == 'aviationEtiquette'"></aviationEtiquette>
   </div>
 </template>
 <script>
@@ -54,9 +53,11 @@
     artAndDrama: () => import("./books/artAndDrama/view/index.vue"),
     botany: () => import("./books/botany/view/index.vue"),
     civilAviation: () => import("./books/civilAviation/view/index.vue"),
-    civilServices: () =>
-      import("./books/civilServices/view/index.vue"),
-    meetingPlanners: () => import("./books/meetingPlanners/view/index.vue"),
+    civilServices: () =>import("./books/civilServices/view/index.vue"),
+    meetingPlanners: () =>import("./books/meetingPlanners/view/index.vue"),
+    aviationBasicSkills: () => import("./books/aviationBasicSkills/view/index.vue"),
+    aviationSafety: ()=> import("./books/aviationSafety/view/index.vue"),
+    aviationEtiquette: ()=> import("./books/aviationEtiquette/view/index.vue"),
   },
   data() {
     return {
@@ -93,14 +94,17 @@
       // artAndDance
       // artAndDrama
       // mathBook
-      // civilAviation
-      // civilServices
+      // civilAviation       // 姘戣埅姒傝
+      // civilServices       // 鏈嶅姟蹇冪悊
       // meetingPlanners
+      // aviationBasicSkills //鍩烘湰鎶�鑳�
+      // aviationSafety      //瀹夊叏妫�鏌ュ疄鍔�
+      // aviationEtiquette   //绀间华鏈嶅姟
       this.activeBook = await this.config.getBookConfig(
-        process.env.VUE_APP_RESOURCE_CTX +
-          (process.env.VUE_APP_ENV == "product"
-            ? process.env.VUE_APP_BOOK_ID
-            : "mathBook")
+      process.env.VUE_APP_RESOURCE_CTX +
+        (process.env.VUE_APP_ENV == "product"
+          ? process.env.VUE_APP_BOOK_ID
+          : "aviationEtiquette")
       );
 
       // this.activeBook = await this.config.getBookConfig(

--
Gitblit v1.9.1