Failed to load resource: the server responded with a status of 404 (Not Found)报错

搭建后台服务器报错 Failed to load resource: the server responded with a status of 404 (Not Found)
请问大家 这个问题怎么解决

img

一般出现404错误可以用下面几个方面进行排查

  1. 路径错误,检查URL是否正确并确保文件在指定路径中存在

  2. 服务器配置有问题

  1. 文件名大小写的问题

建议可以使用postman进行接口测试,更快,更方便