From 88bed475fb0dc1a1a063657361c5843116fa522f Mon Sep 17 00:00:00 2001 From: Dai Date: Mon, 22 Jul 2024 17:57:00 +0800 Subject: [PATCH] h5 --- config/route.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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']);