fix: 修复自定义权限标识不生效的问题

This commit is contained in:
augushong
2025-05-19 11:23:24 +08:00
parent 2d78442dd6
commit 63a5cdecf9

View File

@@ -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'],