update 修正拦截路径

This commit is contained in:
疯狂的狮子li 2021-09-26 13:29:51 +08:00
parent 0d24be4c05
commit 06442d5aa2

View File

@ -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",