|
|
@@ -85,7 +85,6 @@ export default function ajax (config) {
|
|
|
}
|
|
|
return request.post(url, obj, { headers })
|
|
|
}
|
|
|
- console.log(headers['Tenant-Id'],"====")
|
|
|
const obj = new FormData()
|
|
|
obj.append('Tenant-Id', headers['Tenant-Id'])
|
|
|
return request.post(url, obj, { headers })
|