7 lines
290 B
JavaScript
7 lines
290 B
JavaScript
export default {
|
|
'401': 'Authentication failed, and the system resources cannot be accessed',
|
|
'403': 'The current operation has no permission',
|
|
'404': 'The access resource does not exist',
|
|
'default': 'The system has an unknown error. Please report the error to the administrator'
|
|
}
|