diff --git a/AES-front/src/api/user.js b/AES-front/src/api/user.js index 3ba73cf..ddfeea7 100644 --- a/AES-front/src/api/user.js +++ b/AES-front/src/api/user.js @@ -38,7 +38,9 @@ export default { getSubmitReport:(config) => request.get('/problem/getSubmitReport', config),//»ñȡѧÉúÒÑÉϴ«±¨¸æÐÅϢ - //Îļþ´¦Àí²¿·Ö + pickExam: (data) => request.post('/problem/pickExam', data), + + //Îļþ´¦Àí²¿·Ö uploadFiles: (data) => request({ url: '/importClassStudentsFile/uploadFiles', @@ -52,6 +54,10 @@ export default { method: 'get', }), // ÎļþÏÂÔØ + + runPlagiarism:(data) => request.post('/plagiarism/runPlagiarism', data),//ÔËÐвéÖØË㷨 + + //±£´æÎļþÃûµ½Êý¾ݿâ saveInfoToProps: (data) => request.post('/problem/saveInfoToProps', data), diff --git a/AES-front/src/views/user/exam-list/components/exam-actions.vue b/AES-front/src/views/user/exam-list/components/exam-actions.vue index e32c949..ae2b5bd 100644 --- a/AES-front/src/views/user/exam-list/components/exam-actions.vue +++ b/AES-front/src/views/user/exam-list/components/exam-actions.vue @@ -7,7 +7,6 @@