refactor: 修改文章列表筛选

This commit is contained in:
2025-01-13 16:53:13 +08:00
parent 3a370752e2
commit 54c36c1245

View File

@@ -12,9 +12,9 @@ class Article
public function index()
{
$param = request()->param([
'title',
'category_id',
'created_at',
'title' => '',
'category_id' => 0,
'created_at' => '',
'page/d' => 1,
'limit/d' => 10,
]);