refactor: 修改产品属性列表接口

This commit is contained in:
2025-02-28 14:55:30 +08:00
parent 09a1c60263
commit 00f02b46b6
2 changed files with 2 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ Route::group('v1', function () {
Route::get('export', 'Product/export');
// 产品属性特征
Route::get('attrs', 'ProductAttr/index')->append(['scene' => 'list']);
Route::get('attrs', 'ProductAttr/index')->append(['scene' => 'all']);
// 产品属性管理
Route::group('attr', function () {