Commit 91efe906 by 赵增煜

增加路由

parent 4ac546ad
...@@ -82,6 +82,8 @@ ...@@ -82,6 +82,8 @@
$router->resource('pharmacy-config', 'PharmacyConfigController'); $router->resource('pharmacy-config', 'PharmacyConfigController');
// 药店-外部处方单 // 药店-外部处方单
$router->resource('pharmacy-external-prescription', 'PharmacyExternalPrescriptionController'); $router->resource('pharmacy-external-prescription', 'PharmacyExternalPrescriptionController');
// 药店-处方单列表
$router->resource('pharmacy-prescription', 'PharmacyPrescriptionController');
}); });
$router->get('/auth/smscode', 'AuthController@getLoginSmsCode'); $router->get('/auth/smscode', 'AuthController@getLoginSmsCode');
/** 药店菜单-end **/ /** 药店菜单-end **/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment