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