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