This commit is contained in:
2022-08-31 10:55:46 +08:00
parent 07e6a5d5bb
commit a6ec9a8d45
2 changed files with 1 additions and 2 deletions

View File

@@ -46,7 +46,6 @@ const request = (parameter, hideLoding = true) => {
data: parameter.data || {},
method: parameter.method || 'GET',
success: res => {
// console.log(res);
if (res.header.Authorization) {
updateToken('token', res.header.Authorization)
}