ZhangXianQiang
2024-07-01 5afacb2b6f2656b7fc611489fe0b70746d56bffb
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);
const time = ref(dayjs().valueOf() + examInfo.value.suggestTime * 1000 * 60);
const timeFinish = () => {
  emit('timeOut');