|
|
@@ -96,7 +96,7 @@ public class TokenInterceptor {
|
|
|
notMatchList.add("/user/updateUserInfo/*");
|
|
|
notMatchList.add("/user/**");
|
|
|
notMatchList.add("/user/saveTeamLeader");
|
|
|
- notMatchList.add("/ins/taskImage/uploadFile");
|
|
|
+ notMatchList.add("/ins/taskImage/uploadFileByPartner");
|
|
|
|
|
|
return new SaInterceptor(handler -> {
|
|
|
// 指定一条 match 规则
|