欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

VUE 登录不上,F12报错Uncaught (in promise) Error: Request failed with status code 404

程序员文章站 2022-06-11 15:46:40
...

 1.Vue登录,F12 如下404错误

POST http://localhost:8701/renren-fast/sys/login 404 (Not Found) 

Uncaught (in promise) Error: Request failed with status code 404
    at createError (createError.js?16d0:16)
    at settle (settle.js?db52:18)
    at XMLHttpRequest.handleLoad (xhr.js?ec6c:77)

VUE 登录不上,F12报错Uncaught (in promise) Error: Request failed with status code 404

 解决方案:

vue前端项目 static>config>index,js中项目路径端口与后端renren-fast中端口不一致。这里是8701,而application,yml配置文件中却是8702,这里改成8702后访问生效。

VUE 登录不上,F12报错Uncaught (in promise) Error: Request failed with status code 404

 

VUE 登录不上,F12报错Uncaught (in promise) Error: Request failed with status code 404

 

相关标签: renren-fast vue