Merge branch 'main' of http://47.122.70.237:3000/harmony_car/harmony_vehicle_terminal
This commit is contained in:
commit
af8455f652
@ -689,7 +689,8 @@ export default class Judge {
|
||||
this.modelPath = JudgeConfig.modelPath;
|
||||
this.trajectoryPath = JudgeConfig.trajectoryPath;
|
||||
|
||||
this.isExam = !this.judgeUI.singlePlay;
|
||||
//TODO 临时改动
|
||||
this.isExam = !AppStorage.get<boolean>('singlePlay')!;
|
||||
(judgeUI.examSubject == '2' ? testKm2Items : testKm3Items).forEach(item => {
|
||||
const projectCenterObj: ProjectInfo = Reflect.get(judgeUI.projectsCenterObj, item.code)
|
||||
|
||||
@ -698,7 +699,6 @@ export default class Judge {
|
||||
status: projectCenterObj === undefined ? 0 : (projectCenterObj.isEnd ? 3 : 1)
|
||||
})
|
||||
})
|
||||
|
||||
dConsole.info(JudgeTag + 'testKmItems', JSON.stringify(this.kmItems))
|
||||
this.isExamEnd = false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user