mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-12 13:05:13 +08:00
fix: 登入过期,提示报错
This commit is contained in:
parent
592052ca43
commit
76e0991067
@ -43,7 +43,7 @@ export default {
|
||||
success(response.data);
|
||||
} else {
|
||||
window.console.warn(response.data);
|
||||
Message.warning(response.data.message);
|
||||
Message.warning(response.data.message || response.data);
|
||||
}
|
||||
result.loading = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user