zhouwenxuan
2023-12-21 167f0e41147847aed50259811a40730b1d223f20
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') {