POST httplocalhost8080apilognlogout 404 Not Foundindexjst=169206927427842 data status 404 statusText Not Found headers AxiosHeaders config … …config transitional … adapter Array2 transformRequest Arr
这个错误意味着发送的请求无法找到服务器上的指定路径。在这种情况下,你发送了一个POST请求到"http://localhost:8080/api/logn/logout",但服务器返回了404错误,表示该路径未找到。
可能的原因是你发送的请求路径有误,或者服务器上没有实现该路径。你可以检查请求的URL是否正确,并确保服务器上有相应的处理逻辑。
原文地址: https://www.cveoy.top/t/topic/iDXt 著作权归作者所有。请勿转载和采集!