dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复 utils/index.js 中不包含 parseTime 函数的 bug
fungleo
2020-07-21
3e1bd8e3bc6c94ed5fc39ee7955a1aef97c68d97
[expert_management.git]
/
ruoyi-ui
/
src
/
utils
/
errorCode.js
1
2
3
4
5
6
export default {
'401': '认证失败,无法访问系统资源',
'403': '当前操作没有权限',
'404': '访问资源不存在',
'default': '系统未知错误,请反馈给管理员'
}