07497055创建于 2023年8月30日历史提交
export default {
  401: 'Authentication failed, unable to access system resource',
  403: 'The current operation does not have permission',
  404: 'Access resource does not exist',
  default: 'System unknown error, please feedback to administrator'
}