exception.js 273 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1 2
export default {
  'app.exception.back': '返回首页',
xiaohuoni's avatar
xiaohuoni committed
3
  'app.exception.description.403': '抱歉,你无权访问此页面',
陈帅's avatar
陈帅 committed
4 5 6
  'app.exception.description.404': '抱歉,你访问的页面不存在',
  'app.exception.description.500': '抱歉,服务器出错了',
};