This commit is contained in:
Raod
2021-06-25 13:11:17 +08:00
parent e5cb74a540
commit ecfa4a310b
2 changed files with 1 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ const service = axios.create({
timeout: 60000,
headers: {
'Content-Type': 'application/json',
'Authorization': getItem('token')
}
})