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