fix: 终端连接增加刷新按钮

This commit is contained in:
ssongliu
2022-12-27 15:46:45 +08:00
committed by ssongliu
parent 2fe594df04
commit e44d325404
14 changed files with 75 additions and 165 deletions

View File

@@ -43,7 +43,6 @@ class RequestHttp {
globalStore.setCsrfToken(response.headers['x-csrf-token']);
}
if (data.code == ResultEnum.OVERDUE || data.code == ResultEnum.FORBIDDEN) {
ElMessage.error(data.message);
router.replace({
path: '/login',
});