update 修正拦截路径
This commit is contained in:
parent
0d24be4c05
commit
06442d5aa2
@ -33,15 +33,13 @@ public class ResourcesConfig implements WebMvcConfigurer {
|
||||
List<String> urlPath = Arrays.asList(
|
||||
"/login",
|
||||
"/logout",
|
||||
"/register",
|
||||
"/captchaImage",
|
||||
"/*.html",
|
||||
"/**/*.html",
|
||||
"/**/*.css",
|
||||
"/**/*.js",
|
||||
"/profile/**",
|
||||
"/common/download**",
|
||||
"/common/download/resource**",
|
||||
"/swagger-ui.html",
|
||||
"/doc.html",
|
||||
"/swagger-resources/**",
|
||||
"/webjars/**",
|
||||
"/*/api-docs",
|
||||
|
Loading…
x
Reference in New Issue
Block a user