소스 검색

fix:权限

zqbao 11 달 전
부모
커밋
039d659e25
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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,
 }