Skip to content

Commit

Permalink
Merge pull request #268 from suyuan32/dev
Browse files Browse the repository at this point in the history
fix: empty path when create menu
  • Loading branch information
suyuan32 authored Feb 26, 2024
2 parents 417ec04 + 5834a89 commit a8f4a0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/internal/logic/menu/create_menu_logic.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ func NewCreateMenuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Create
func (l *CreateMenuLogic) CreateMenu(req *types.MenuPlainInfo) (resp *types.BaseMsgResp, err error) {
if *req.MenuType == 0 {
req.Component = pointy.GetPointer("LAYOUT")
req.Path = pointy.GetPointer("")
req.Redirect = pointy.GetPointer("")
req.FrameSrc = pointy.GetPointer("")
}
Expand Down

0 comments on commit a8f4a0f

Please sign in to comment.