8b73674b创建于 2021年4月28日历史提交
export default {
  'abnormal': {
    '403': {
      'description': 'Sorry, you don\'t have access to this page.'
    },
    '404': {
      'description': 'Sorry, the page you visited does not exist.'
    },
    '500':{
      'description': 'Sorry, the server is reporting an error.'
    },
    'backHome': 'Back Home'
  }
}