更改上传报错

This commit is contained in:
李志强 2025-05-20 08:36:49 +08:00
parent 7bd072add9
commit 4dc8a7aa53

View File

@ -100,7 +100,7 @@ class Resources extends BaseController
{
if (Request::isPost()) {
$data = [
'name' => input('post.name'),
'title' => input('post.title'),
'cate' => input('post.cate'),
'icon' => input('post.icon'),
'url' => input('post.url'),