From e466f6eb8ba044755318ba7db654772fb7a8fa2b Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期二, 04 六月 2024 15:41:16 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/App.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 11b6266..57de654 100644 --- a/src/App.vue +++ b/src/App.vue @@ -40,6 +40,8 @@ initTestBook: async (bookId, tryPageCount) => { // this.activeBook = await this.config.getBookConfig(this.config.resourceCtx + bookId); if ( + // "http://182.92.203.7:3007/books/resource/" + // "https://jsek.bnuic.com/books/resource/" this.config.resourceCtx == "http://182.92.203.7:3007/books/resource/" ) { @@ -70,11 +72,10 @@ // embedded // english // artAndDance - this.config.resourceCtx + "artAndDance" + this.config.resourceCtx + "lifeCare" ); // 娴嬭瘯璇曡30椤� // this.activeBook.tryPageCount = 10; - this.config.activeBook = this.activeBook; this.config.goodsStore = this.activeBook.storeRefcode; } -- Gitblit v1.9.1