fix result error (#17385)

This commit is contained in:
陈帅 2019-07-01 10:57:39 +08:00 committed by zombieJ
parent d942f173f9
commit 3faae975fa

View File

@ -28,7 +28,7 @@ const StatusMap = {
extra: <Button type="primary">Back Home</Button>,
},
'500': {
title: '404',
title: '500',
subTitle: 'Sorry, the server is wrong.',
extra: <Button type="primary">Back Home</Button>,
},