helixiao 1 년 전
부모
커밋
c7e4adbc8e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/java/com/ydtech/components/TokenInterceptor.java

+ 2 - 0
src/main/java/com/ydtech/components/TokenInterceptor.java

@@ -92,6 +92,8 @@ public class TokenInterceptor {
         notMatchList.add("/sysSys/sysList");//登录2  去除验证
         notMatchList.add("/pcWebsocket/*");//pcwebsocket
         notMatchList.add("/websocket/*");//APPwebsocket
+        notMatchList.add("/user/*");
+        notMatchList.add("/ins/taskImage/uploadFile");
 
         return new SaInterceptor(handler -> {
             // 指定一条 match 规则