This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Project2024
/
menber-center
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
593000a083
Ramas
Etiquetas
master
test-zxc
menber-center
/
utils
/
errorCode.js
errorCode.js
162 B
Histórico
Raw
1
2
3
4
5
export
default
{
'401'
:
'认证失败,无法访问系统资源'
,
'404'
:
'访问资源不存在'
,
'default'
:
'系统未知错误,请反馈给管理员'
}