mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-01 15:37:19 +00:00
perf: 优化会话过期500问题
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
|
||||
function onError (responseText, responseJson, status) {
|
||||
setTimeout(function () {
|
||||
toastr.error(responseJson.detail);
|
||||
toastr.error(responseJson.detail || responseJson.error);
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user