helixiao 1 سال پیش
والد
کامیت
e04ccf683d
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/main/java/com/ydtech/components/TokenInterceptor.java

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

@@ -92,7 +92,10 @@ public class TokenInterceptor {
         notMatchList.add("/sysSys/sysList");//登录2  去除验证
         notMatchList.add("/pcWebsocket/*");//pcwebsocket
         notMatchList.add("/websocket/*");//APPwebsocket
+        notMatchList.add("/user/saveUserInfo");
+        notMatchList.add("/user/updateUserInfo/*");
         notMatchList.add("/user/*");
+        notMatchList.add("/user/saveTeamLeader");
         notMatchList.add("/ins/taskImage/uploadFile");
 
         return new SaInterceptor(handler -> {