Browse Source

no message

xingzai 2 years ago
parent
commit
4517eea6be
1 changed files with 1 additions and 1 deletions
  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
 		}
 	}