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