Browse Source

更新路由

jingyuzhi 4 years ago
parent
commit
84b6cfae01
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/Admin/routes.php

+ 3 - 0
app/Admin/routes.php

xqd
@@ -41,6 +41,9 @@ Route::group([
     //门诊咨询认证
     $router->resource('outpatient_service_cc',OutpatientServiceCCController::class);
     $router->resource('outpatient_service',OutpatientServiceController::class);
+    //图标DIV
+    $router->resource('icons_user', IconsUserController::class);
+    $router->resource('icons_doctor', IconsDoctorController::class);
 
     $router->resource('/setting', 'Config\ConfigController');
     $router->get('/setting_form', 'Config\FormController@form');