diff --git a/api/question.js b/api/question.js index ecc8725..9062c34 100755 --- a/api/question.js +++ b/api/question.js @@ -39,7 +39,7 @@ export const getAnswerByFreId = (data) => { /** 获取答题顺序 */ export const queryQAByFreId = (data) => { return $http({ - method: 'POST', + method: 'GET', url: 'small/questionAnswer/queryQAByFreId/'+data }) } \ No newline at end of file diff --git a/components/s-video/res-s-video.vue b/components/s-video/res-s-video.vue index 82c9ae9..3025aae 100644 --- a/components/s-video/res-s-video.vue +++ b/components/s-video/res-s-video.vue @@ -1,7 +1,7 @@