浏览代码

no message

xingzai 3 年之前
父节点
当前提交
4517eea6be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/article.go

+ 1 - 1
controllers/article.go

@@ -332,7 +332,7 @@ Loop:
 		return
 	}
 	if detailConfig.ConfigValue == "1" {
-		if hasPermission == 5 {
+		if hasPermission == 2 || hasPermission == 4 || hasPermission == 5 {
 			resp.IsShow = true
 		}
 	}