|
|
@@ -3,7 +3,7 @@ import qs from 'qs';
|
|
|
import { php_url } from "../config/env"
|
|
|
// axios.defaults.baseURL = 'http://192.168.2.122:8080/api';
|
|
|
axios.defaults.baseURL = '/api';
|
|
|
-axios.defaults.timeout = 5000;
|
|
|
+axios.defaults.timeout = 999999;
|
|
|
// axios.defaults.headers.common['token'] = token
|
|
|
//axios.defaults.headers.post['Content-Type'] = 'multipart/form-data';//配置请求头
|
|
|
|