This commit is contained in:
2023-12-28 16:31:16 +08:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -14,7 +14,7 @@ import (
)
/**无Token可访问白名单 */
var URL_WHITE_LIST = []string{"/performanceManagement", "/faultManagement"}
var URL_WHITE_LIST = []string{"/performanceManagement", "/faultManagement", "/systemState"}
// PreAuthorize 用户身份授权认证校验
//