dashboard
repositories
filestore
activity
search
login
admin
/
zhba_enterprises
forked from
zhba/zhba_enterprises
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
通知通告页面,保安公司4个页面,心理咨询,成绩查询,培训报名列表修改
Administrator
2022-02-25
d6b1363a1dfe12de9a1a2f2e8d6f3a88d558e13c
[~admin/zhba_enterprises.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'
}