智慧保安考试系统
zhongrj
2023-08-31 ae65e215975ea5fec83e24a35583992d93c5d1c2
1
2
3
4
5
6
7
8
9
10
export const nextSubjectType = {
  last: 1,
  next: 0,
  current: 2
}
 
export const answerType = {
  'true': 'right',
  'false': 'incorrect'
}