1
0
mirror of https://gitee.com/zhc02/timely_service.git synced 2025-06-27 04:57:31 +08:00

后台模块

This commit is contained in:
柏尘 2019-12-16 18:38:32 +08:00
parent c26583505b
commit 7ae17181d3

View File

@ -15,6 +15,8 @@ Route::get('think', function () {
Route::get('hello/:name', 'index/hello');
Route::rule('home', 'admin/Index/home');
Route::rule('user', 'admin/User/index');
Route::rule('kefuList', 'admin/Kefu/index');
return [
];