Merge branch 'develop' into 'master'
feat(zhst/meta): 修改ts See merge request web-project/zhst-lambo!55
This commit is contained in:
commit
5a2c358fe8
@ -9,13 +9,14 @@ import serverError from './serverError';
|
||||
import useStyle from './style';
|
||||
import unauthorized from './unauthorized';
|
||||
|
||||
// @ts-ignore
|
||||
export const IconMap = {
|
||||
success: CheckCircleFilled,
|
||||
error: CloseCircleFilled,
|
||||
info: ExclamationCircleFilled,
|
||||
warning: WarningFilled,
|
||||
};
|
||||
|
||||
// @ts-ignore
|
||||
export const ExceptionMap = {
|
||||
'404': noFound,
|
||||
'500': serverError,
|
||||
|
Loading…
Reference in New Issue
Block a user