1
0
mirror of https://gitee.com/zhc02/timely_service.git synced 2025-07-24 08:41:43 +08:00

新增路由

This commit is contained in:
白鹄 2019-12-16 23:49:35 +08:00
parent 7ae17181d3
commit 7ecae852a9

View File

@ -17,6 +17,14 @@ Route::get('hello/:name', 'index/hello');
Route::rule('home', 'admin/Index/home');
Route::rule('user', 'admin/User/index');
Route::rule('kefuList', 'admin/Kefu/index');
Route::rule('addKefu', 'admin/Kefu/addKefu');
Route::rule('delKefu', 'admin/Kefu/delKefu');
Route::rule('updateKefu', 'admin/Kefu/updateKefu');
Route::rule('resetPassword', 'admin/Kefu/resetPassword');
Route::rule('visitorList', 'admin/Visitor/visitorList');
Route::rule('serviceList', 'admin/Visitor/serviceList');
Route::rule('chatLogList', 'admin/Visitor/chatLogList');
return [
];