From 1f35eadc571d76119d84b8f5e8afe55db94b13e2 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 23 十月 2024 15:39:33 +0800
Subject: [PATCH] 民航

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

diff --git a/src/App.vue b/src/App.vue
index 5175ac6..980e04b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -63,12 +63,14 @@
       // artAndDance
       // artAndDrama
       // mathBook
+      // civilAviation
       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")
+          : "civilAviation")
       );
+
       // this.activeBook = await this.config.getBookConfig(
       //   'http://182.92.203.7:3007/books/resource/'+
       //   (process.env.VUE_APP_ENV == "product"
@@ -82,11 +84,9 @@
     }
   },
   methods: {
-
     but() {
       console.log(this.activeBook, 'this.activeBook789');
     }
-
   }
 };
 

--
Gitblit v1.9.1