ZhangXianQiang
2024-06-28 138e7f7c49d854fc3c7ea662800231fad6e73c9e
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);