fix: token过期返回登录页有错误提示框问题修复

This commit is contained in:
horizons 2022-10-27 01:44:17 +08:00
parent 4284a079c7
commit 848c74318c
1 changed files with 1 additions and 1 deletions

View File

@ -61,8 +61,8 @@ service.interceptors.response.use(
message: msg || '系统出错',
type: 'error'
});
return Promise.reject(new Error(msg || 'Error'));
}
return Promise.reject(new Error(msg || 'Error'));
}
);