From 9c060bc710e8fde47630cf969e0405c8c2e51ae4 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 22 五月 2024 17:19:28 +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