From 37e5dc2b41fe3f79a4f45e82eba4c3b05bedd293 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期四, 06 六月 2024 18:38:27 +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 eff2cc5..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/"
           ) {

--
Gitblit v1.9.1