大屏项目初始化
This commit is contained in:
@@ -19,6 +19,7 @@ public class WebConfig implements WebMvcConfigurer {
|
||||
.addPathPatterns("/**") // 拦截所有路径
|
||||
.excludePathPatterns(
|
||||
"/",
|
||||
"/login",
|
||||
"/index.html",
|
||||
"/userLogin"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user