From d7bb63ff28f0f08f377239139893fa5b263c844f Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 16 十月 2024 18:05:09 +0800 Subject: [PATCH] 数学 --- src/App.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index a81c4ed..d83d783 100644 --- a/src/App.vue +++ b/src/App.vue @@ -33,13 +33,10 @@ async created() { if (this.setGlobalState) { this.setGlobalState({ - initTestBook: async (bookId, tryPageCount) => { - this.activeBook = await this.config.getBookConfig( process.env.VUE_APP_RESOURCE_CTX + process.env.VUE_APP_BOOK_ID ); - this.config.activeBook = this.activeBook; this.config.goodsStore = this.activeBook.storeRefcode; if (tryPageCount) { -- Gitblit v1.9.1