fanluyan 2 years ago
parent 612be3d183
commit 01169a4b2a

@ -7,7 +7,7 @@ const service = axios.create({
// easy-mock服务挂了暂时不使用了 // easy-mock服务挂了暂时不使用了
// baseURL: '', // baseURL: '',
// timeout: 5000 // timeout: 5000
baseURL: "managers", //把原来的项目地址改成api解决跨域问题 baseURL: "api", //把原来的项目地址改成api解决跨域问题
timeout: 30000, timeout: 30000,
}); });

Loading…
Cancel
Save