Browse Source

fix:权限

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

+ 1 - 0
utils/constants.go

@@ -55,4 +55,5 @@ var NoAuthApiMap = map[string]bool{
 	"/role/menu/list":         true,
 	"/department/list":        true,
 	"/sys_user/reset_my_pass": true,
+	"/chart_permission/list":  true,
 }