feat: 产品

refactor: 产品详情页seo
This commit is contained in:
2025-04-24 10:21:45 +08:00
parent 49c865bf85
commit e2265629f9
43 changed files with 592 additions and 63 deletions

View File

@@ -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');
// 产品询盘