src/books/mathBook/view/components/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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列表