src/util/request.js
@@ -61,7 +61,7 @@ if (error.message.indexOf('timeout') != -1) { message.error('网络超时'); setTimeout(() => { Session.clear(); Session.clear() window.location.href = '/'; }, 1000); } else if (error.message == 'Network Error') {