tp5教学管理实战点击登录按钮报错
Failed to load resource: the server responded with a status of 500 (Internal Server Error) /index/user/checklogin.html
点击后面的地址显示错误如下
[0] InvalidArgumentException in Response.php line 318
variable type error: array
服务器端没有数据返回,请检查你的控制器中的登陆验证方法,有可能是没有获取到请求数据。可以在方法中打断点调试,或者在前端,将返回数据写到控制台中查看:console.log(data)。
服务器端没有数据返回,请检查你的控制器中的登陆验证方法,有可能是没有获取到请求数据。可以在方法中打断点调试,或者在前端,将返回数据写到控制台中查看:console.log(data)。