闫增涛
2024-06-20 ef77d2b27d0de0d01f0f00525325c2bad36eb0a0
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列表