diff --git a/app/controller/Index.php b/app/controller/Index.php index 3a2bd63..7d65009 100644 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -8,7 +8,7 @@ class Index extends BaseController { public function index() { - return 'index'; + return 'index111111测试'; } public function hello($name = 'ThinkPHP8')