天蓬老师2017-08-21 11:22:29
The relevant source code has been downloaded, please go to the course page: click: Courseware, you can see it. You should know it after you read the source code
天蓬老师2017-08-21 08:10:48
500, server-side failure, no data returned, please check the method in the controller. Check to see if the parameters submitted by the front end are received. You can use dump($request->param());exit; in the method to print the received data.
ringa_lee2017-08-20 23:23:23
Use ajax to log in, debug with breakpoints, F12 to see what data is displayed on the network (Google is netword)