// +---------------------------------------------------------------------- use think\facade\Route; Route::any('/', function () { return redirect('/home/'); });