From 3e17c0d3c0e94602376dec43b9dd55e1abb094d0 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 22 五月 2024 16:28:58 +0800
Subject: [PATCH] 挂载全局教材配置信息,增加主题色应用

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

diff --git a/src/App.vue b/src/App.vue
index 8d95a78..e0274e7 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -27,7 +27,7 @@
     };
   },
   async created() {
-    this.activeBook = await this.config.getBookConfig();
+    this.activeBook = this.thisBookConfig;
     console.log('鍥句功',this.activeBook);
     if (this.$store.state.qiankun,this.$store.state.qiankun.getBookConfig) {
       this.$store.state.qiankun.getBookConfig({

--
Gitblit v1.9.1