dashboard
repositories
filestore
activity
search
login
main
/
signSafetyResponsibilityAgreement
安全责任书签署系统-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
项目初始化
zhouwx
2025-03-13
7d88ba6e2373679c5da3c9bc9ee5f7cd41c029e1
[signSafetyResponsibilityAgreement.git]
/
src
/
utils
/
errorCode.js
1
2
3
4
5
6
export default {
'401': '认证失败,无法访问系统资源',
'403': '当前操作没有权限',
'404': '访问资源不存在',
'default': '系统未知错误,请反馈给管理员'
}