This commit is contained in:
Pan
2017-04-24 17:34:04 +08:00
parent b3e1b6c824
commit 3fe2a376dd
8 changed files with 46 additions and 26 deletions

View File

@@ -61,7 +61,7 @@ export function fetch(options) {
})
.catch(error => {
Message({
message: '发生异常错误,请刷新页面重试,或联系程序员',
message: error,
type: 'error',
duration: 5 * 1000
});