This commit is contained in:
hujiabin 2022-07-18 17:59:16 +08:00
parent 81434f8a17
commit 1879fdd653

View File

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