功能(菜单)接口

This commit is contained in:
苏尹岚
2020-09-27 10:44:44 +08:00
parent fc8c7b5a2f
commit debf581fed
3 changed files with 52 additions and 0 deletions

View File

@@ -141,6 +141,11 @@ func init() {
&controllers.EventController{},
),
),
beego.NSNamespace("/power",
beego.NSInclude(
&controllers.PowerController{},
),
),
)
beego.AddNamespace(ns)