PanJiaChen / vue-element-admin

:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
MIT License
87.59k stars 30.43k forks source link

timeout of 5000ms exceeded #2017

Open AIHuas opened 5 years ago

AIHuas commented 5 years ago

点击登录提示超时,代码没动过啊

1557137430(1)

AIHuas commented 5 years ago

现在点击登录又变成 Request failed with status code 500 了,什么原因啊?

PanJiaChen commented 5 years ago

请确定服务正确运行,命令行界面没有报错。

KSMASTERS commented 5 years ago

image 同样遇到这个问题,求解答

KSMASTERS commented 5 years ago

开启服务,页面点击服务,出现1楼说的超市错误,控制台出现代理错误,代码没动过

zhajianjun commented 5 years ago

我的出现Request failed with status code 500的问题,vue-element-admin和vue-element-template都是这样的问题,项目npm run dev正常启动,但是登不进去,是缺少什么环境配置吗?

EyLinGer commented 4 years ago

如果你在终端输入npm run dev后,浏览器打开了localhost:9528的话 你可以试试打开vue.config.js修改 const port = process.env.port || process.env.npm_config_port || 9527 // dev port
const port = process.env.port || process.env.npm_config_port || 9528 // dev port

zhajianjun commented 4 years ago

好的,谢谢 发件人: EyLinGer 发送时间: 2019年10月30日 1:54 收件人: PanJiaChen/vue-element-admin 抄送: TiAmo; Comment 主题: Re: [PanJiaChen/vue-element-admin] timeout of 5000ms exceeded (#2017)

如果你在终端输入npm run dev后,浏览器打开了localhost:9528的话 你可以试试打开vue.config.js修改 const port = process.env.port || process.env.npm_config_port || 9527 // dev port 为 const port = process.env.port || process.env.npm_config_port || 9528 // dev port — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.