This commit is contained in:
2022-07-01 15:29:54 +08:00
parent e7817162a3
commit 35b7fbc9fa
2 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ class IndexController extends AdminController
// $form->list('subjoin', '附加')
// ->help('只有领导班子需要添加');
$form->image('cover', '封面')
$form->cropper('cover', '封面')
->move('images/'.date('Y/m/d'))
->removable()
->uniqueName();