作者 yangfu

feat: 增加菜单调整

@@ -372,6 +372,7 @@ type ( @@ -372,6 +372,7 @@ type (
372 ParentPath string `json:"parentPath"` 372 ParentPath string `json:"parentPath"`
373 Remark string `json:"remark"` 373 Remark string `json:"remark"`
374 Sort int `json:"sort"` 374 Sort int `json:"sort"`
  375 + Link string `json:"link"`
375 } `json:"menus"` 376 } `json:"menus"`
376 } 377 }
377 ) 378 )