Procházet zdrojové kódy

Merge remote-tracking branch 'origin/test' into test

Qchen před 1 rokem
rodič
revize
831080e2d0

+ 2 - 2
src/main/java/com/ydtech/components/TokenInterceptor.java

@@ -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 规则