Ver Fonte

更新PC WEB菜单配置

zhou.xiaoning há 4 anos atrás
pai
commit
4aff7b9b05
2 ficheiros alterados com 226 adições e 0 exclusões
  1. 224 0
      config/pc_menu.json
  2. 2 0
      controllers/common/menu.go

Diff do ficheiro suprimidas por serem muito extensas
+ 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"` // 子菜单列表
 }
 

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff