This commit is contained in:
2025-03-25 14:15:42 +08:00
parent 7dffc94035
commit da612380e0
845 changed files with 5330 additions and 5153 deletions

View File

@@ -377,7 +377,8 @@ func convertToUITree(data []*db.SysMenu, parentID int32) []*dto.MenuUIDto {
Icon: item.Avatar,
Type: 1,
OpenType: "_iframe",
Href: item.Url,
// OpenType: "_component",
Href: item.Url,
}
root = append(root, temp)
} else {