Parcourir la source

更新PC WEB菜单配置

zhou.xiaoning il y a 4 ans
Parent
commit
4aff7b9b05
2 fichiers modifiés avec 226 ajouts et 0 suppressions
  1. 224 0
      config/pc_menu.json
  2. 2 0
      controllers/common/menu.go

Fichier diff supprimé car celui-ci est trop grand
+ 224 - 0
config/pc_menu.json


+ 2 - 0
controllers/common/menu.go

@@ -21,6 +21,8 @@ type ClientMenu struct {
 	Type     int          `json:"type"`     // 类型,1:菜单 2:按钮
 	RuleKey  string       `json:"rulekey"`  // 对应权限主键,对应FUNCMENULIST表RESOURCECODE
 	IsShow   bool         `json:"isshow"`   // 是否显示
+	URL      string       `json:"url"`      // URL
+	Remark   string       `json:"remark"`   // 备注
 	Children []ClientMenu `json:"children"` // 子菜单列表
 }
 

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff