如题,具体是在HbuilderX运行login.html之后,点登录没有任何反应,不知道是哪里出的问题。 Nginx的error.log里面报错是这个: [error] 18252#1660: *1 CreateFile() "F:\BaiduNetdiskDownload\nginx-1.20.1/html/chaye/users/login" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "GET /chaye/users/login?email=2020101990&pw= HTTP/1.1", host: "localhost", referrer: "http://127.0.0.1:8848/zytb/login.html"
根据报错这是跨越的问题
一般这个问题都是都是nginx.conf配置出现问题导致的。
仔细检查location配置等信息,核对error.log中显示路径是否产生跳转,核对跳转路径是否正确来推断自己配置是否有误。 参考:https://blog.csdn.net/java_xth/article/details/93207691