cqp 1 сар өмнө
parent
commit
a5bd8c78f9

+ 1 - 1
app/Service/SysMenuService.php

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