Explorar o código

更新PC WEB菜单配置

zhou.xiaoning %!s(int64=4) %!d(string=hai) anos
pai
achega
4aff7b9b05
Modificáronse 2 ficheiros con 226 adicións e 0 borrados
  1. 224 0
      config/pc_menu.json
  2. 2 0
      controllers/common/menu.go

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 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"` // 子菜单列表
 }
 

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio