mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-20 10:48:00 +08:00
搭建框架
This commit is contained in:
@@ -7,3 +7,7 @@ type ManagerController struct {
|
||||
func (p *ManagerController) Index() {
|
||||
p.TplName = "manager/index.tpl"
|
||||
}
|
||||
|
||||
func (p *ManagerController) Users() {
|
||||
p.TplName = "manager/users.tpl"
|
||||
}
|
Reference in New Issue
Block a user