From 51afa714ceb49b416347856fd60b47e0ef93d50c Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期四, 02 一月 2025 15:17:17 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/App.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index a2980c7..b79c586 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -97,13 +97,14 @@
       // civilAviation
       // civilServices
       // meetingPlanners
-      // aviationBasicSkills
-      // aviationSafety
+      // 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
-          : "aviationEtiquette")
+          : "meetingPlanners")
       );
 
       // this.activeBook = await this.config.getBookConfig(

--
Gitblit v1.9.1