src/store/modules/exam.js @@ -12,7 +12,7 @@ const examType = ref({ 1: '单选题', 2: '多选题' 2: '多选题', }); const currentType = ref(1);