feat: 产品
refactor: 产品详情页seo
This commit is contained in:
@@ -14,8 +14,8 @@ Route::get('/', 'Index/index');
|
||||
|
||||
// 产品相关路由
|
||||
Route::group('product', function() {
|
||||
// 产品列表页
|
||||
Route::get('index/:id', 'Product/index')->name('product_index');
|
||||
// 产品分类页
|
||||
Route::get('category/:id', 'Product/category')->name('product_category');
|
||||
// 产品详情页
|
||||
Route::get('detail/:id', 'Product/detail')->name('product_detail');
|
||||
// 产品询盘
|
||||
|
||||
Reference in New Issue
Block a user