From a4350673da76a564f4d7e832a38e60fbc05b2e0f Mon Sep 17 00:00:00 2001 From: xuechunyuan <17853500702@163.com> Date: Thu, 23 Feb 2023 09:59:59 +0800 Subject: [PATCH] =?UTF-8?q?base64=E5=8A=A0=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/examProject.vue | 2 +- src/views/examination.vue | 704 +++++++++++++++++++------------------- 2 files changed, 359 insertions(+), 347 deletions(-) diff --git a/src/views/examProject.vue b/src/views/examProject.vue index aaf5df7..89bfd5b 100644 --- a/src/views/examProject.vue +++ b/src/views/examProject.vue @@ -139,7 +139,7 @@ export default { }) } else { - postExam({ data: param }).then(res => { + postExam(JSON.stringify({ data: param })).then(res => { this.$toast.clear(); console.log(res) if (res.code == 200) { diff --git a/src/views/examination.vue b/src/views/examination.vue index e507176..7dc3c40 100644 --- a/src/views/examination.vue +++ b/src/views/examination.vue @@ -1,115 +1,100 @@ \ No newline at end of file