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