feat: up service timeout to 10s.

pull/3445/head
ruibaby 2019-12-03 18:54:42 +08:00
parent 412b64950a
commit 4b85cba453
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import router from '@/router'
import { isObject } from './util'
const service = axios.create({
timeout: 8000,
timeout: 10000,
withCredentials: true
})