helixiao hace 1 año
padre
commit
5f0eb19b82
Se han modificado 1 ficheros con 1 adiciones y 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");