From c3a97e9da90ab1a34f766acd35944d295cc5a6bf Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期三, 05 六月 2024 13:41:00 +0800 Subject: [PATCH] 优化 --- src/App.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index eff2cc5..41998ce 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,7 +72,7 @@ // embedded // english // artAndDance - this.config.resourceCtx + "lifeCare" + this.config.resourceCtx + "sportsAndHealth" ); // 娴嬭瘯璇曡30椤� // this.activeBook.tryPageCount = 10; -- Gitblit v1.9.1