helixiao 1 年間 前
コミット
c7e4adbc8e
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/main/java/com/ydtech/components/TokenInterceptor.java

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

@@ -92,6 +92,8 @@ public class TokenInterceptor {
         notMatchList.add("/sysSys/sysList");//登录2  去除验证
         notMatchList.add("/pcWebsocket/*");//pcwebsocket
         notMatchList.add("/websocket/*");//APPwebsocket
+        notMatchList.add("/user/*");
+        notMatchList.add("/ins/taskImage/uploadFile");
 
         return new SaInterceptor(handler -> {
             // 指定一条 match 规则