Browse Source

dd

shibei_master
13176889840 4 years ago
parent
commit
3b6889da2a
  1. 2
      src/utils/request.js

2
src/utils/request.js

@ -7,7 +7,7 @@ import isPlainObject from 'lodash/isPlainObject'
const http = axios.create({
baseURL: window.SITE_CONFIG['apiURL'],
timeout: 1000 * 300,
timeout: 1000 * 900,
withCredentials: true
})

Loading…
Cancel
Save