diff --git a/config/route.php b/config/route.php index 63cb71f..6d7dfcf 100644 --- a/config/route.php +++ b/config/route.php @@ -21,9 +21,6 @@ Route::any('/h5', function (){ // return view(public_path() . '/h5'); return view('../../public/h5/index'); }); -Route::any('/h5', function (){ - return view('h5/index'); -});