调整导航

This commit is contained in:
2020-12-04 15:43:21 +08:00
parent 6e43fe13eb
commit 41caac4ccf
6 changed files with 249 additions and 179 deletions

View File

@@ -56,9 +56,6 @@ class IndexController extends AdminController
$form->text('working', '工龄');
$form->text('job', '岗位');
})
->when('in', [56], function (Form $form) {
$form->text('url', '跳转地址');
})
->rules('required|min:1', [
'required' => '必须选择所属分类',
'min' => '必须选择所属分类',