fix:修改考试默认值

This commit is contained in:
lixg
2022-12-21 15:30:09 +08:00
parent f5c58602c4
commit a200f7b8f2

View File

@@ -406,6 +406,7 @@ export default {
state.test.showAnswers = 1;
state.test.showAnalysis = 1;
state.test.scoringModel = 2;
state.test.questionArrangement = 4;
const clearAll = () => {
state.test = {};
};