|
|
@@ -94,9 +94,9 @@ 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");
|
|
|
+ notMatchList.add("/ins/taskImage/uploadFileByPartner");
|
|
|
|
|
|
return new SaInterceptor(handler -> {
|
|
|
// 指定一条 match 规则
|