Proxy error: Could not proxy request /getInfo from localhost:81 to http://localhost:8080/.
Proxy error: Could not proxy request /getInfo from localhost:81 to http://localhost:8080/.项目启动时,我的登录界面验证码出现报错无法显示。Proxy error: Could not proxy request /api/ from localhost:8080 to http://localhost:80这
·
Proxy error: Could not proxy request /getInfo from localhost:81 to http://localhost:8080/.
项目启动时,我的登录界面验证码出现报错无法显示。
Proxy error: Could not proxy request /api/ from localhost:8080 to http://localhost:80
这个错的原因是接口配置出现了问题,可以仔细检查一下vue.config.js端口port:和application.xml类型文件里的端口port是否一致,我的问题是两个端口不一致导致无法获取。
application.xml
server:
# 服务器的HTTP端口,默认为8080
port: 8081
vue.config.js
target: `http://localhost:8081`
更多推荐
已为社区贡献2条内容
所有评论(0)