vue中使用axios反向代理,报错500
Proxy error: Could not proxy request /vue/signin from localhost:8080 to http://localhost:3000/.
See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED)
你的本地3000服务有启动嘛?
500 是服务器的问题,你是否检查过一下 API ?用postman 调一下API 看是否可以调试通过