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