This commit is contained in:
Dai 2024-07-23 08:55:15 +08:00
parent 68219ae139
commit 185ed1ab00

View File

@ -21,9 +21,7 @@ Route::any('/h5/student', function (){
return view('student/index');
});
Route::any('/h5/teacher', function (){
Route::any('/h5/teacher', function (){
return view('teacher/index');
});
return view('teacher/index');
});