src/store/modules/exam.js @@ -7,7 +7,12 @@ const examType = ref({ 1: '单选题', 2: '多选题', 3: '音频题' 3: '判断题', 4: '填空题', 5: '简答题', 6: '语音题', 7: '计算题', 8: '分析题', }); const currentType = ref(1);