完善表单功能
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user