From ef77d2b27d0de0d01f0f00525325c2bad36eb0a0 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 20 六月 2024 18:34:05 +0800
Subject: [PATCH] 答题器优化

---
 src/books/mathBook/view/components/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/books/mathBook/view/components/index.vue b/src/books/mathBook/view/components/index.vue
index 415d301..0bee8ec 100644
--- a/src/books/mathBook/view/components/index.vue
+++ b/src/books/mathBook/view/components/index.vue
@@ -809,9 +809,9 @@
     // 鑾峰彇棰樼洰鍒楄〃
     getQuestionId() {
       axios
-        .get(this.config.activeBook.resourceUrl + "/question-list.json")
+        .get(this.config.activeBook.resourceUrl + "/question.json")
         .then((res) => {
-          this.questionId = res.data.list;
+          this.questionId = res.data.data;
         });
     },
     // 鑾峰彇棰樼洰鏀惰棌id鍒楄〃

--
Gitblit v1.9.1