refactor: 修改产品分类列表接口

This commit is contained in:
2025-03-31 14:11:10 +08:00
parent ef75387390
commit 3bd6577bc9
2 changed files with 2 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ Route::group('v1', function () {
});
// 产品分类
Route::get('categorys', 'ProductCategory/index')->append(['is_show' => '1']);
Route::get('categorys', 'ProductCategory/index');
Route::group('category', function () {
// tco分类树
Route::get('tco/tree', 'ProductTcoCategory/tree');