This commit is contained in:
toom1996
2025-08-04 12:03:15 +08:00
parent cb567960b0
commit 66b7df8cb3
3 changed files with 146 additions and 0 deletions

View File

@ -47,6 +47,8 @@ class ColumnService extends BaseService
'path' => "{$column['url']}{$secondCol['url']}",
'desc' => $secondCol['desc'],
'item' => $appendArr,
'name' => $secondCol['name'],
'id' => $secondCol['id'],
];
}
}