This commit is contained in:
2020-03-25 17:08:02 +08:00
parent 6b9202d341
commit 0d2ef31222
35 changed files with 1212 additions and 130 deletions

View File

@@ -16,7 +16,9 @@ Route::rule('lists', 'Front/lists');
Route::rule('detail-:id', 'Front/detail');
Route::rule('category', 'Front/category');
Route::rule('topic-:id', 'Front/topic');
Route::rule('form/:id/:name', 'Front/form');
Route::rule('front/:function', 'Front/:function');
Route::rule('upload/:function', 'Upload/:function');
Route::group('admin', function () {
Route::rule('/', 'admin.Index/index');