完善表单功能

This commit is contained in:
2020-04-16 17:49:22 +08:00
parent c005714ea8
commit 5439ccd8fb
4 changed files with 123 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ Route::rule('/', 'front.Index/index');
Route::rule('search', 'front.Content/search');
Route::rule('category', 'front.Content/category');
Route::rule('topic-:id', 'front.Content/topic');
Route::rule('form/:id/:name', 'front.Form/index');
Route::rule('form/:id/[:name]', 'front.Form/index');
Route::rule('front/:controller/:function', 'front.:controller/:function');
Route::group('admin', function () {