route edit调整
This commit is contained in:
parent
637444f551
commit
2aaac76e7d
@ -15,7 +15,7 @@ Route::group(function () {
|
||||
Route::get('column/<ename?>/<type?>/<page?>','article/cate');
|
||||
Route::rule('add','article/add');
|
||||
Route::rule('del/:id','article/delete');
|
||||
Route::rule('edit/:id','article/edit');
|
||||
//Route::rule('edit/:id','article/edit');
|
||||
});
|
||||
Route::group(function () {
|
||||
Route::rule('u/:id', 'user/home');
|
||||
|
Loading…
x
Reference in New Issue
Block a user