@@ -22,7 +22,7 @@ type menu struct {
deleteCache xweb.Mapper `xweb:"/manage/delMenuCache"` //清除缓存
}
-const menuCahceKey = "jyTopMenuCache"
+const menuCahceKey = "jyMenuCache"
func (m *menu) Menu() error {
return m.Render("/manage/menu/list.html")