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'
|
||||
|
||||
const service = axios.create({
|
||||
timeout: 8000,
|
||||
timeout: 10000,
|
||||
withCredentials: true
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue