问题遇到的现象和发生背景

我想要达到的结果

就是不出来还一直报
Proxy error: Could not proxy request /ws from localhost:8080 to http://192.168.1.100:8081/.
See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ETIMEDOUT).


你的 ws 链接的 ip呢? 你本地起了一个 ws 后端服务?如果没有,那在 proxy 里配置 /ws: 'http://[后端起ws的服务器ip]/ws'