const configInfo = { errorInfo(res) { return ( "
" + res.title + "
"+res.val+"
" ); } }; export default configInfo;