dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_enterprises_bf
保安服务企业管理项目备份
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
通知通告页面,保安公司4个页面,心理咨询,成绩查询,培训报名列表修改
Administrator
2022-02-25
d6b1363a1dfe12de9a1a2f2e8d6f3a88d558e13c
[zhba/zhba_enterprises_bf.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'
}