fuliqi
2024-07-08 d22a02992d557859a8c610fb74e0d070ce936d05
src/views/exam/components/answer-time/index.vue
@@ -18,7 +18,7 @@
const emit = defineEmits(['timeOut']);
const time = ref(dayjs().valueOf() + examInfo.value.examTime * 1000 * 60);
const time = ref(dayjs().valueOf() + examInfo.value.suggestTime * 1000 * 60);
const timeFinish = () => {
  emit('timeOut');