mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
fix: 修复自定义权限标识不生效的问题
This commit is contained in:
@@ -97,7 +97,7 @@ class MenuServiceBase
|
||||
protected function getMenuData()
|
||||
{
|
||||
$menuData = Db::name('system_menu')
|
||||
->field('id,pid,title,icon,href,target')
|
||||
->field('id,pid,title,icon,href,target,auth_node')
|
||||
->where('delete_time', 0)
|
||||
->where([
|
||||
['status', '=', '1'],
|
||||
|
||||
Reference in New Issue
Block a user