UNPKG

xlb-main-login

Version:

``` yarn install ```

17 lines (15 loc) 326 B
const types = { 403: { title: '403', desc: '抱歉,你无权访问该页面', }, 404: { title: '404', desc: '抱歉,你访问的页面不存在,请检查访问地址是否正确', }, 500: { title: '500', desc: '抱歉,服务器出错了', }, } export default types