作者 邓超

x

... ... @@ -33,7 +33,7 @@ class NavLogic extends BaseLogic
public function delete($ids,$map = [])
{
if(BNav::isChild($ids,$this->user['project_id'])){
$this->fail('存在下级无法删除','B_NAV_DELETE_CHILD');
$this->fail('存在下级无法删除');
}
return parent::delete($ids,$map); // TODO: Change the autogenerated stub
... ...
... ... @@ -13,7 +13,6 @@ use Illuminate\Validation\Rule;
*/
class TemplateRequest extends FormRequest
{
// use Scene;
/**
* Determine if the user is authorized to make this request.
... ...