fix:修复再次考试没情况状态的错误
This commit is contained in:
@@ -4,9 +4,7 @@ import type { IQuestion } from '@/types/question.ts'
|
||||
|
||||
export const useQuestionStore = defineStore('question', {
|
||||
state: () => ({
|
||||
hasStart: false,
|
||||
hasSubmit: false,
|
||||
hasGenerateQuestion: false,
|
||||
type: 'Practice' as 'Practice' | 'Exam',
|
||||
questionContent: '',
|
||||
questionList: [] as IQuestion[],
|
||||
|
||||
Reference in New Issue
Block a user