Browse Source

0412 新看板

master
ruanqi 1 year ago
parent
commit
b61af4938c
  1. 2
      src/utils/httpRequest.js

2
src/utils/httpRequest.js

@ -6,7 +6,7 @@ import merge from 'lodash/merge'
import { clearLoginInfo } from '@/utils'
const http = axios.create({
timeout: 1000 * 30,
timeout: 1000 * 600,
withCredentials: true,
headers: {
'Content-Type': 'application/json; charset=utf-8'

Loading…
Cancel
Save