feat: 优化登录认证失败刷新页面
This commit is contained in:
@@ -82,7 +82,7 @@ function createService() {
|
||||
ElMessageBox.alert(dataAxios.msg, '提示', {
|
||||
confirmButtonText: 'OK',
|
||||
callback: (action: Action) => {
|
||||
window.location.reload();
|
||||
// window.location.reload();
|
||||
},
|
||||
});
|
||||
errorCreate(`${dataAxios.msg}: ${response.config.url}`);
|
||||
|
||||
Reference in New Issue
Block a user