vue-cli 配置了通过代理跨域请求,为什么不生效?求教

proxyTable配置vue代理跨域请求不生效

报错:
I Your application is running here: http://localhost:8080
[HPM] Error occurred while trying to proxy request /index_category from localhost:8080 to http://localhost:4000 (HPE_INVALID_VERSION) (https://nodejs.org/api/errors.html#errors_common_system_errors)

求大神帮忙解决下。

config/index.js文件中的配置
vue-cli 配置了通过代理跨域请求,为什么不生效?求教_第1张图片

请求如下
在这里插入图片描述

网页报错
vue-cli 配置了通过代理跨域请求,为什么不生效?求教_第2张图片

可以发现网页还是请求的8080,代理并没有起作用啊?

vue 控制台报错
vue-cli 配置了通过代理跨域请求,为什么不生效?求教_第3张图片

百度了好久也没有解决,求教

你可能感兴趣的:(Vue,vue)