feat: 优化登录认证失败刷新页面

This commit is contained in:
李强
2024-06-24 07:22:05 +08:00
parent 452bc0a63a
commit b6c013dad7

View File

@@ -82,7 +82,7 @@ function createService() {
ElMessageBox.alert(dataAxios.msg, '提示', { ElMessageBox.alert(dataAxios.msg, '提示', {
confirmButtonText: 'OK', confirmButtonText: 'OK',
callback: (action: Action) => { callback: (action: Action) => {
window.location.reload(); // window.location.reload();
}, },
}); });
errorCreate(`${dataAxios.msg}: ${response.config.url}`); errorCreate(`${dataAxios.msg}: ${response.config.url}`);