|
...
|
...
|
@@ -20,6 +20,13 @@ use Illuminate\Http\Request; |
|
|
|
class CategoryController extends BaseController
|
|
|
|
{
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @remark :分类列表
|
|
|
|
* @name :index
|
|
|
|
* @author :lyh
|
|
|
|
* @method :post
|
|
|
|
* @time :2023/8/17 10:59
|
|
|
|
*/
|
|
|
|
public function index(Category $category)
|
|
|
|
{
|
|
|
|
if(!empty($this->map['title'])){
|
...
|
...
|
|