From ea9138a6eb9b54c46369a2805be40e65a43a55e3 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 23 五月 2024 11:01:29 +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