ship-view-ui-plus
Version:
A high quality UI components Library with Vue.js 3
21 lines (20 loc) • 707 B
JavaScript
export default {
403: {
img: 'https://file.iviewui.com/iview-pro/icon-403.svg',
imgColor: 'https://file.iviewui.com/iview-pro/icon-403-color.svg',
title: '403',
desc: '抱歉,你无权访问该页面',
},
404: {
img: 'https://file.iviewui.com/iview-pro/icon-404.svg',
imgColor: 'https://file.iviewui.com/iview-pro/icon-404-color.svg',
title: '404',
desc: '抱歉,你访问的页面不存在',
},
500: {
img: 'https://file.iviewui.com/iview-pro/icon-500.svg',
imgColor: 'https://file.iviewui.com/iview-pro/icon-500-color.svg',
title: '500',
desc: '抱歉,服务器出错了',
},
};