ShiguReader
ShiguReader copied to clipboard
页面打开后显示504
git bash出现下面的信息
[1] [HPM] Error occurred while trying to proxy request /api/homePagePath from localhost:3000 to http://localhost:8080 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)
能帮我看一下吗
你电脑的3000端口或者8080是不是被别的程序占用了?
netstat -ano | findstr :3000
试试