h5
This commit is contained in:
parent
68219ae139
commit
185ed1ab00
@ -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');
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user