diff --git a/route/app.php b/route/app.php index 8287bac..a44512f 100644 --- a/route/app.php +++ b/route/app.php @@ -8,9 +8,4 @@ // +---------------------------------------------------------------------- // | Author: liu21st // +---------------------------------------------------------------------- -use think\facade\Env; use think\facade\Route; - -Route::any('/', function () { - return redirect('/' . Env::get('EASYADMIN.ADMIN', false)); -}); \ No newline at end of file