大屏项目初始化

This commit is contained in:
2026-03-01 21:28:05 +08:00
parent ee9569953d
commit 78e52da94f
49 changed files with 2478 additions and 467 deletions

View File

@@ -19,6 +19,7 @@ public class WebConfig implements WebMvcConfigurer {
.addPathPatterns("/**") // 拦截所有路径
.excludePathPatterns(
"/",
"/login",
"/index.html",
"/userLogin"
)