dashboard
repositories
filestore
activity
search
login
富永鑫
/
sgd
forked from
sgd
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复table中更多按钮切换主题色未生效修复问题
RuoYi
2022-10-28
bcbc9d7adc88e9d8a2771e17515ee2c3060aa7be
[~fuyongxin/sgd.git]
/
ruoyi-ui
/
src
/
utils
/
errorCode.js
1
2
3
4
5
6
export default {
'401': '认证失败,无法访问系统资源',
'403': '当前操作没有权限',
'404': '访问资源不存在',
'default': '系统未知错误,请反馈给管理员'
}