From d4cca51116e04a319c3fe3961fd32c6477cd589f Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 07 六月 2024 16:08:23 +0800 Subject: [PATCH] 题目请求优化 --- src/App.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7b83102..4bc027e 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/" ) { -- Gitblit v1.9.1