Browse Source

fix:权限

zqbao 9 months ago
parent
commit
039d659e25
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/constants.go

+ 1 - 0
utils/constants.go

@@ -57,4 +57,5 @@ var NoAuthApiMap = map[string]bool{
 	"/sys_user/reset_my_pass": true,
 	"/chart_permission/list":  true,
 	"/user/change_list":       true,
+	"/classify/list":          true,
 }