helixiao 1 rok temu
rodzic
commit
5f0eb19b82

+ 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");