helixiao 1 рік тому
батько
коміт
c7e4adbc8e

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