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