修复关闭confirm提示框控制台报错问题
This commit is contained in:
@ -63,7 +63,7 @@ service.interceptors.response.use(res => {
|
||||
store.dispatch('LogOut').then(() => {
|
||||
location.href = '/index';
|
||||
})
|
||||
})
|
||||
}).catch(() => {});
|
||||
} else if (code === 500) {
|
||||
Message({
|
||||
message: msg,
|
||||
|
Reference in New Issue
Block a user