h5
This commit is contained in:
parent
931f6cb022
commit
88bed475fb
@ -17,8 +17,8 @@ use Webman\Route;
|
||||
// 默认路由
|
||||
Route::any('/', [\plugin\admin\app\controller\IndexController::class, 'index']);
|
||||
|
||||
Route::any('/h5/student', [\app\h5\controller\IndexController::class, 'student']);
|
||||
Route::any('/h5/teacher', [\app\h5\controller\IndexController::class, 'teacher']);
|
||||
//Route::any('/h5/student', [\app\h5\controller\IndexController::class, 'student']);
|
||||
//Route::any('/h5/teacher', [\app\h5\controller\IndexController::class, 'teacher']);
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user