h5
This commit is contained in:
parent
68219ae139
commit
185ed1ab00
@ -20,11 +20,9 @@ Route::any('/', [\plugin\admin\app\controller\IndexController::class, 'index']);
|
||||
Route::any('/h5/student', function (){
|
||||
return view('student/index');
|
||||
});
|
||||
Route::any('/h5/teacher', function (){
|
||||
Route::any('/h5/teacher', function (){
|
||||
return view('teacher/index');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user