Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AgentEdit = func(c echo.Context) error { var err error c.Set(`activeURL`, `/user/agent/index`) return c.Render(`/user/agent/edit`, err) }
AgentEdit 修改代理资料
View Source
var AgentIndex = func(c echo.Context) error { var err error c.Set(`activeURL`, `/user/agent/index`) return c.Render(`/user/agent/index`, err) }
AgentIndex 代理中心首页
View Source
true, Name: `代理`, Action: `agent`, Icon: `link`, Children: &navigate.List{ { Display: true, Name: `我的代理`, Action: `index`, Icon: `table`, Children: &navigate.List{}, }, { Display: false, Name: `修改代理资料`, Action: `edit`, Icon: `pencil`, Children: &navigate.List{}, }, { Display: false, Name: `我的邀请`, Action: `invited`, Icon: `table`, Children: &navigate.List{}, }, }, }, }{ Display:
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.