|
|
@ -6,7 +6,7 @@ import merge from 'lodash/merge' |
|
|
import { clearLoginInfo } from '@/utils' |
|
|
import { clearLoginInfo } from '@/utils' |
|
|
|
|
|
|
|
|
const http = axios.create({ |
|
|
const http = axios.create({ |
|
|
timeout: 1000 * 30, |
|
|
|
|
|
|
|
|
timeout: 1000 * 600, |
|
|
withCredentials: true, |
|
|
withCredentials: true, |
|
|
headers: { |
|
|
headers: { |
|
|
'Content-Type': 'application/json; charset=utf-8' |
|
|
'Content-Type': 'application/json; charset=utf-8' |
|
|
|