update
This commit is contained in:
parent
6bcf31b085
commit
e049aaaf45
@ -41,7 +41,11 @@ const errorHandler = (error: any): any => {
|
|||||||
|
|
||||||
// 创建 axios 实例
|
// 创建 axios 实例
|
||||||
const instance = axios.create({
|
const instance = axios.create({
|
||||||
baseURL: 'https://admin.es.eshangtech.com/platform/', // 默认请求前缀
|
baseURL: 'https://java.es.eshangtech.com:443/', // 默认请求前缀
|
||||||
|
// baseURL: 'http://111.229.213.193:18071/', // 默认请求前缀
|
||||||
|
|
||||||
|
|
||||||
|
// baseURL: 'https://admin.es.eshangtech.com/platform/', // 默认请求前缀
|
||||||
// baseURL: 'http://10.104.1.161:8070/platform/', // 默认请求前缀
|
// baseURL: 'http://10.104.1.161:8070/platform/', // 默认请求前缀
|
||||||
timeout: 60000, // 请求超时时间
|
timeout: 60000, // 请求超时时间
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user