helixiao hai 1 ano
pai
achega
5f0eb19b82
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/java/com/ydtech/components/TokenInterceptor.java

+ 1 - 1
src/main/java/com/ydtech/components/TokenInterceptor.java

@@ -94,7 +94,7 @@ public class TokenInterceptor {
         notMatchList.add("/websocket/*");//APPwebsocket
         notMatchList.add("/user/saveUserInfo");
         notMatchList.add("/user/updateUserInfo/*");
-        notMatchList.add("/user/*");
+        notMatchList.add("/user/**");
         notMatchList.add("/user/saveTeamLeader");
         notMatchList.add("/ins/taskImage/uploadFile");