dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_exam
智慧保安考试系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
考試bug 修復,同时2台电脑登录考试页面时,会产生2个成绩修改
zhongrj
2023-08-31
ae65e215975ea5fec83e24a35583992d93c5d1c2
[zhba/zhba_exam.git]
/
src
/
const
/
constant.js
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'
}