base64加密

main
xuechunyuan 3 years ago
parent cdc3e7ad54
commit a4350673da
  1. 2
      src/views/examProject.vue
  2. 704
      src/views/examination.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) {

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save