【废除】后台登录

This commit is contained in:
MichaelWin
2025-12-17 18:03:58 +08:00
parent 2933b1961e
commit 48800adccd

View File

@@ -37,11 +37,11 @@ public class SaTokenConfig implements WebMvcConfigurer {
// 排除固件查询接口(不需要登录)
.excludePathPatterns("/firmware/**")
// 排除系统登录页(不需要登录)
.excludePathPatterns("/loading.html", "/admin/login.html")
// .excludePathPatterns("/loading.html", "/admin/login.html")
// 排除静态资源
.excludePathPatterns("/", "/*.css", "/*.js", "/*.ico", "/static/**", "/assets/**")
// 排除后台管理静态资源
.excludePathPatterns("/admin/**")
// .excludePathPatterns("/admin/**")
// 排除 Druid 监控
.excludePathPatterns("/druid/**")
// 排除错误页面