This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
Project2024
/
menber-center
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
b4cd3c5b66
Branches
Tags
master
test-zxc
menber-center
/
utils
/
errorCode.js
errorCode.js
162 B
Historique
Raw
1
2
3
4
5
export
default
{
'401'
:
'认证失败,无法访问系统资源'
,
'404'
:
'访问资源不存在'
,
'default'
:
'系统未知错误,请反馈给管理员'
}