This commit is contained in:
hujiabin 2022-07-18 17:43:07 +08:00
parent 717ffc13a7
commit dbab5c0c69

View File

@ -9,5 +9,7 @@ class IndexController extends Controller
// //
public function index(){ public function index(){
echo '首页'; echo '首页';
echo '首页';
echo '首页';
} }
} }