mirror of https://github.com/halo-dev/halo
feat: up service timeout to 10s.
parent
412b64950a
commit
4b85cba453
|
@ -8,7 +8,7 @@ import router from '@/router'
|
||||||
import { isObject } from './util'
|
import { isObject } from './util'
|
||||||
|
|
||||||
const service = axios.create({
|
const service = axios.create({
|
||||||
timeout: 8000,
|
timeout: 10000,
|
||||||
withCredentials: true
|
withCredentials: true
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue