解决方法:
首先检查captcha扩展正确安装
进入vendor/topthink/think-captcha/src/helper.php
找到\think\Route::get('captcha/[:id]', "\\think\\captcha\\CaptchaController@xxxx");
将@xxxx 改成@index,默认是访问vendor/topthink/think-captcha/src/CaptchaController的index
这里修改config以后自动的,所以需要改一下。
最佳答案