仪表盘
版本库
文件存储
活动
搜索
登录
zhouwx
/
intelligentSecurityAssess
分支自
intelligentSecurityAssess
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
bug修改
zhouwenxuan
2024-02-19
18aff5cd709785bb357ec8c22b4074680cadf0d0
[~zhouwx/intelligentSecurityAssess.git]
/
src
/
utils
/
errorCode.js
1
2
3
4
5
6
export default {
'401': '认证失败,无法访问系统资源',
'403': '当前操作没有权限',
'404': '访问资源不存在',
'default': '系统未知错误,请反馈给管理员'
}