瀏覽代碼

token拦截

helixiao 1 年之前
父節點
當前提交
44e33d642e
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/main/java/com/ydtech/components/TokenInterceptor.java

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

@@ -92,8 +92,9 @@ public class TokenInterceptor {
         notMatchList.add("/sysSys/sysList");//登录2  去除验证
         notMatchList.add("/pcWebsocket/*");//pcwebsocket
         notMatchList.add("/websocket/*");//APPwebsocket
-        notMatchList.add("/user/saveUserInfo");
-        notMatchList.add("/user/updateUserInfo/*");
+        notMatchList.add("/user/saveUserInfoByPartner");
+        notMatchList.add("/user/saveTeamLeader");
+        notMatchList.add("/user/updateUserInfo1/*");
         notMatchList.add("/user/**");
         notMatchList.add("/user/saveTeamLeader");
         notMatchList.add("/ins/taskImage/uploadFileByPartner");