初版
定时任务管理
This commit is contained in:
18
controllers/help.go
Normal file
18
controllers/help.go
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* @Author: haodaquan
|
||||
* @Date: 2017-06-21 10:29:55
|
||||
* @Last Modified by: haodaquan
|
||||
* @Last Modified time: 2017-06-21 10:30:07
|
||||
*/
|
||||
|
||||
package controllers
|
||||
|
||||
type HelpController struct {
|
||||
BaseController
|
||||
}
|
||||
|
||||
func (this *HelpController) Index() {
|
||||
|
||||
this.Data["pageTitle"] = "使用帮助"
|
||||
this.display()
|
||||
}
|
||||
Reference in New Issue
Block a user