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