feat:c++代码更新

This commit is contained in:
Surenjun 2024-10-15 09:33:59 +08:00
parent 8afec6f7cd
commit 6678970502
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,6 @@ export const testInit = {
}] }]
} }
//开始考试模拟数据 //开始考试模拟数据
export const testBeginExam ={ export const testBeginExam ={
"ic": "xxx", "ic": "xxx",
@ -531,6 +530,7 @@ export const testRealExam = {
}, },
"extend": {} "extend": {}
} }
export const testAllitems = [ export const testAllitems = [
{name:'倒车入库',abbreviation:'倒车入库',projectCode:'0',projectCodeCenter:'20100',type:'1'}, {name:'倒车入库',abbreviation:'倒车入库',projectCode:'0',projectCodeCenter:'20100',type:'1'},
{name:'倒车入库',abbreviation:'倒车入库',projectCode:'0',projectCodeCenter:'20100',type:'2'}, {name:'倒车入库',abbreviation:'倒车入库',projectCode:'0',projectCodeCenter:'20100',type:'2'},

View File

@ -2,9 +2,9 @@
//考试回放开关 //考试回放开关
export const judgeConfig = { export const judgeConfig = {
//本地目录开关 //本地目录开关
isTrajectoryOpen: true, isTrajectoryOpen: false,
//是否开启拍照 //是否开启拍照
isPhotoOpen: false, isPhotoOpen: true,
//扣分语音是否强制开启 //扣分语音是否强制开启
kfVoiceOpen: false, kfVoiceOpen: false,
//忽略的考试项目 //忽略的考试项目