From 51ad6706fed4b080b0cb1bb771028a551b9ec27c Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期二, 22 十月 2024 15:19:18 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

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

diff --git a/src/App.vue b/src/App.vue
index 5175ac6..04f2ced 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")
       );
+
       // 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