src/api/exam.js @@ -10,10 +10,11 @@ } // 获取考试列表 export const getExamList = () => { export const getExamList = (params) => { return axios({ url: '/api/admin/exam/list', method: 'GET' method: 'GET', params: params }) }