dashboard
repositories
filestore
activity
search
login
~mayuhao
/
registerSystem
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新项目
马宇豪
2023-09-04
86c357b8ec0c2c18368b0f76267895608247f8b4
[~mayuhao/registerSystem.git]
/
src
/
utils
/
errorCode.js
1
2
3
4
5
6
export default {
'401': '认证失败,无法访问系统资源',
'403': '当前操作没有权限',
'404': '访问资源不存在',
'default': '系统未知错误,请反馈给管理员'
}