This commit is contained in:
2022-08-11 16:27:13 +08:00
23 changed files with 3638 additions and 1101 deletions

View File

@@ -47,7 +47,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)
}