YXJ2018 / SpringBoot-Vue-OnlineExam

在线考试系统,springboot+vue前后端分离的一个项目.
1.87k stars 443 forks source link

前端运行yarn dev报错 #66

Open dengyunsheng250 opened 1 year ago

dengyunsheng250 commented 1 year ago

Error occurred while trying to proxy request /login from localhost:8088 to http://localhost:8080 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)

YXJ2018 commented 1 year ago

Error occurred while trying to proxy request /login from localhost:8088 to http://localhost:8080 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)

看这个报错信息,是你没有启动后端服务,所以找不到login这个接口