Ver código fonte

wip:更改缓存key

wangkaiyue 2 anos atrás
pai
commit
afc9aacac0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      core/src/qfw/manage/menu.go

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