vue 项目使用proxy 代理跨越请求 超时问题

 

在 config > index 的

proxyTable:{
    timeout:3000//设置超时时间
}

 

你可能感兴趣的:(vue)