This commit is contained in:
77
2024-05-20 18:00:04 +08:00
parent 7cb4671546
commit 7281abbb1b

View File

@@ -25,6 +25,7 @@ public class TenantFilter implements Filter {
static { static {
IGNORE_URL.add("/login"); IGNORE_URL.add("/login");
IGNORE_URL.add("/captchaImage"); IGNORE_URL.add("/captchaImage");
IGNORE_URL.add("/logout");
} }
private static final AntPathMatcher ANT_PATH_MATCHER = new AntPathMatcher(); private static final AntPathMatcher ANT_PATH_MATCHER = new AntPathMatcher();