dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修正OpenFeign部分情况下传递header认证信息为空问题 #https://gitee.com/y_project/RuoYi-Cloud/i...
我以为
2022-06-02
d6e6b993166e6ca278b29df83c1bd0a01aaaaf9b
[sgd.git]
/
ruoyi-ui
/
src
/
utils
/
errorCode.js
1
2
3
4
5
6
export default {
'401': '认证失败,无法访问系统资源',
'403': '当前操作没有权限',
'404': '访问资源不存在',
'default': '系统未知错误,请反馈给管理员'
}