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 || {}, data: parameter.data || {},
method: parameter.method || 'GET', method: parameter.method || 'GET',
success: res => { success: res => {
// console.log(res);
if (res.header.Authorization) { if (res.header.Authorization) {
updateToken('token', res.header.Authorization) updateToken('token', res.header.Authorization)
} }

File diff suppressed because one or more lines are too long