瀏覽代碼

白名单

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

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

@@ -94,7 +94,7 @@ 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");