mirror of
https://gitee.com/zhc02/timely_service.git
synced 2025-06-26 20:52:36 +08:00
后台模块
This commit is contained in:
parent
c26583505b
commit
7ae17181d3
@ -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 [
|
||||
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user