修改index.php

This commit is contained in:
zhulan 2024-07-17 10:16:38 +08:00
parent 19b57035cb
commit c407c5e853

View File

@ -8,7 +8,7 @@ class Index extends BaseController
{
public function index()
{
return 'index';
return 'index111111测试';
}
public function hello($name = 'ThinkPHP8')