搭建框架

This commit is contained in:
Minho
2017-04-21 18:20:35 +08:00
parent d58087f723
commit 67486f0866
727 changed files with 831224 additions and 37 deletions

View File

@@ -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"
}