ソースを参照

文件访问路劲

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

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

@@ -24,6 +24,9 @@ public class TokenInterceptor {
         notMatchList.add("/esmUserInternalcheck/userRegist");
         notMatchList.add("/dict/**");   //字典
 
+        // 文件访问路劲
+        notMatchList.add("/upload/**");
+
         //中煤
         notMatchList.add("/zm/Underwriting");   //自动核保回调
         notMatchList.add("/zm/ArtificialUnderwriting");   //人工核保回调