This commit is contained in:
yxh
2020-03-15 21:08:29 +08:00
parent 4f812db36d
commit 1ed54bbc1e
4 changed files with 16 additions and 3 deletions
+1 -2
View File
@@ -37,8 +37,7 @@ func GetPublishableMenuList() (list []*cms_category.Entity, err error) {
//获取所有菜单列表
func GetMenuList() (list []*cms_category.Entity, err error) {
return
//return cms_category.GetList()
return cms_category.GetList()
}
//保存栏目操作