From 0743d47eca07827e1ade3554db67b1f6fde4aae1 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期三, 16 十月 2024 18:25:37 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

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

diff --git a/src/App.vue b/src/App.vue
index 0ccc98b..28a3f4f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -34,12 +34,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