fix bug
This commit is contained in:
parent
983741e454
commit
58ca58c262
@ -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');
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user