dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
完善ruoyi-file模块的upload接口在文件过大和文件名过长的情况下的返回值中的msg提示信息
pigwantacat
2023-03-16
504a4e8e66fe61d7c50f83aa8e3730635f75ebfc
[sgd.git]
/
ruoyi-ui
/
src
/
utils
/
errorCode.js
1
2
3
4
5
6
export default {
'401': '认证失败,无法访问系统资源',
'403': '当前操作没有权限',
'404': '访问资源不存在',
'default': '系统未知错误,请反馈给管理员'
}