Commit c7294d40 by 赵增煜

Merge branch 'master' of http://git.imohe.com/zhaozengyu/tzt-admin

# Conflicts:
#	app/Admin/routes.php
parents 62811b31 b040f15d
......@@ -28,12 +28,15 @@
$router->resource('pharmacy', 'PharmacyController');
// 药师
$router->resource('pharmacist', 'PharmacistController');
//标签
// 标签
$router->resource('tag', 'TagController');
//医师纠错
$router->resource('doctor_correction', 'DoctorCorrectionController');
//药店纠错
$router->resource('pharmacy_correction', 'PharmacyCorrectionController');
// 设置
$router->resource('site-config', 'SiteConfigController');
// 导入日志
$router->resource('/import-log', 'Common\ImportLogController')->names('import-log');
});
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