Merge pull request #3 from nowcastsystem/weijian

update request timeout
This commit is contained in:
nowcastsystem 2019-09-18 13:46:46 -05:00 committed by GitHub
commit d3a180ea0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import { getToken } from '@/utils/auth'
const service = axios.create({
baseURL: process.env.VUE_APP_BASE_API, // url = base url + request url
// withCredentials: true, // send cookies when cross-domain requests
timeout: 5000 // request timeout
timeout: 500000 // request timeout
})
// request interceptor