1.放行主页和消息箱

This commit is contained in:
2025-08-22 21:41:53 +08:00
parent 5404fd38c6
commit 8e06682522
4 changed files with 10 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
private String[] getExcludePaths() {
return new String[]{
// Swagger & Knife4j 相关
"/error",
"/error",
"/doc.html",
"/webjars/**",
"/swagger-resources/**",
@@ -55,8 +55,9 @@ public class SaTokenConfigure implements WebMvcConfigurer {
"/user/checkUserName",
"/user/verification",
"/user/forgetMail",
"/user/resetPassword"
"/user/resetPassword",
"/pk/pkList",
"/systemMessage/list"
};
}