This commit is contained in:
hujiabin 2022-07-18 17:45:55 +08:00
parent dbab5c0c69
commit 81434f8a17

View File

@ -10,6 +10,6 @@ class IndexController extends Controller
public function index(){ public function index(){
echo '首页'; echo '首页';
echo '首页'; echo '首页';
echo '首页';
} }
} }