cqp il y a 1 mois
Parent
commit
a5bd8c78f9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Service/SysMenuService.php

+ 1 - 1
app/Service/SysMenuService.php

@@ -196,7 +196,7 @@ class SysMenuService extends Service
                 ->where('menu_id',$data['id'])
                 ->pluck('id')->all();
         }
-        if($bool) return [false,'菜单名称已经存在'];
+//        if($bool) return [false,'菜单名称已经存在'];
 
         //按钮
         if(! empty($data['button'])){