This commit is contained in:
Dai 2024-07-22 17:57:00 +08:00
parent 931f6cb022
commit 88bed475fb

View File

@ -17,8 +17,8 @@ use Webman\Route;
// 默认路由 // 默认路由
Route::any('/', [\plugin\admin\app\controller\IndexController::class, 'index']); Route::any('/', [\plugin\admin\app\controller\IndexController::class, 'index']);
Route::any('/h5/student', [\app\h5\controller\IndexController::class, 'student']); //Route::any('/h5/student', [\app\h5\controller\IndexController::class, 'student']);
Route::any('/h5/teacher', [\app\h5\controller\IndexController::class, 'teacher']); //Route::any('/h5/teacher', [\app\h5\controller\IndexController::class, 'teacher']);