|
@@ -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'])){
|