wangkaiyue 2 жил өмнө
parent
commit
afc9aacac0

+ 1 - 1
core/src/qfw/manage/menu.go

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