更新gf版本为v1.14.0 添加按钮权限 友情链接完善 cms模板选择

This commit is contained in:
yxh
2020-10-22 17:41:34 +08:00
parent c0e2e1efd9
commit 883f42eee6
28 changed files with 936 additions and 156 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ func GetOnlineInfo(token string) g.Map {
cacheKey := boot.AdminGfToken.CacheKey + userKey
switch boot.AdminGfToken.CacheMode {
case gtoken.CacheModeCache:
userCacheValue := gcache.Get(cacheKey)
userCacheValue, _ := gcache.Get(cacheKey)
if userCacheValue == nil {
return nil
}