摘要:
class CategoryController extends Controller { public function index() { $rootCats = Category::where('parent_id', null)->get(); return $this->tree($rootCats); } priv... 阅读全文
posted @ 2019-10-04 21:55
jzfan
阅读(153)
评论(0)
推荐(0)
浙公网安备 33010602011771号