Mike 4 năm trước cách đây
mục cha
commit
7431d9128a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Community/routes.php

+ 1 - 1
app/Community/routes.php

xqd
@@ -1,6 +1,6 @@
 <?php
 //常规路由
-Route::get('/', 'HomeController@index');
+Route::get('/', 'HomeController@home');
 Route::get('/home', 'HomeController@home');
 Route::get('/total_schedule', 'HomeController@schedule');
 Route::resource('nurses', NurseController::class);