menu

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DevopsSysMenu

type DevopsSysMenu struct {
	base.DevopsModel
	MenuLevel  int                               `json:"-"`
	ParentId   string                            `json:"parentId" gorm:"comment:父菜单ID"`     // 父菜单ID
	Path       string                            `json:"path" gorm:"comment:路由path"`        // 路由path
	Name       string                            `json:"name" gorm:"comment:路由name"`        // 路由name
	Hidden     bool                              `json:"hidden" gorm:"comment:是否在列表隐藏"`     // 是否在列表隐藏
	Component  string                            `json:"component" gorm:"comment:对应前端文件路径"` // 对应前端文件路径
	Sort       int                               `json:"sort" gorm:"comment:排序标记"`          // 排序标记
	Meta       `json:"meta" gorm:"comment:附加属性"` // 附加属性
	Children   []DevopsSysMenu                   `json:"children" gorm:"-"`
	Parameters []DevopsSysMenuParameter          `json:"parameters"`
}

DevopsSysMenu 菜单表

type DevopsSysMenuParameter

type DevopsSysMenuParameter struct {
	base.DevopsModel
	DevopsSysMenuID int
	Type            string `json:"type" gorm:"comment:地址栏携带参数为params还是query"` // 地址栏携带参数为params还是query
	Key             string `json:"key" gorm:"comment:地址栏携带参数的key"`            // 地址栏携带参数的key
	Value           string `json:"value" gorm:"comment:地址栏携带参数的值"`            // 地址栏携带参数的值
}

type Meta

type Meta struct {
	KeepAlive   bool   `json:"keepAlive" gorm:"comment:是否缓存"`           // 是否缓存
	DefaultMenu bool   `json:"defaultMenu" gorm:"comment:是否是基础路由(开发中)"` // 是否是基础路由(开发中)
	Title       string `json:"title" gorm:"comment:菜单名"`                // 菜单名
	Icon        string `json:"icon" gorm:"comment:菜单图标"`                // 菜单图标
	CloseTab    bool   `json:"closeTab" gorm:"comment:自动关闭tab"`         // 自动关闭tab
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL