From 2715c0cd96a13dd36297195f4118db4c0e189cbc Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 24 十月 2024 11:36:23 +0800
Subject: [PATCH] 数学修改

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

diff --git a/src/App.vue b/src/App.vue
index ae7c129..04f2ced 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -64,12 +64,11 @@
       // 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
-          : "civilAviation")
+          : "mathBook")
       );
 
       // this.activeBook = await this.config.getBookConfig(

--
Gitblit v1.9.1