error.js 165 B

123456
  1. export default {
  2. noauth: '您无权访问此页面',
  3. servererror: '服务器出错了',
  4. notfound: '您访问的页面不存在',
  5. backhome: '返回首页',
  6. }