feat: 文章相关
This commit is contained in:
@@ -25,7 +25,7 @@ Route::group('product', function() {
|
||||
// 文章相关路由
|
||||
Route::group('article', function() {
|
||||
// 文章列表页
|
||||
Route::get('index/:id', 'Article/index');
|
||||
Route::get('index/:pid', 'Article/index');
|
||||
// 文章详情页
|
||||
Route::get('detail/:id', 'Article/detail');
|
||||
// 文章搜索页
|
||||
|
||||
Reference in New Issue
Block a user