diff --git a/config/route.php b/config/route.php index f402162..5d92a19 100644 --- a/config/route.php +++ b/config/route.php @@ -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']);