refactor: 产品分类

This commit is contained in:
2025-05-15 18:07:38 +08:00
parent c510e6bc4c
commit ce5d0244c0
13 changed files with 331 additions and 608 deletions

View File

@@ -16,6 +16,8 @@ Route::get('/', 'Index/index');
Route::group('product', function () {
// 产品分类页
Route::get('category/:id', 'Product/category');
// 产品分类 - 查看子类
Route::get('subcategory/:id', 'Product/subcategory');
// 产品详情页
Route::get('detail/:id', 'Product/detail');
// 产品询盘