项目列表

This commit is contained in:
2025-05-07 23:40:31 +08:00
parent 60faecae99
commit 6b4d1e5be3

View File

@@ -52,6 +52,10 @@ class HomeService extends BaseService
*/ */
public function projectList(): array public function projectList(): array
{ {
sleep(0.5);
$this->queryField = [
'title' => 'like'
];
$this->where[] = [ 'status', '=', 1 ]; $this->where[] = [ 'status', '=', 1 ];
$this->with = [ $this->with = [
'frameworks:id,name', 'frameworks:id,name',