|
@@ -29,6 +29,8 @@ public class TokenInterceptor {
|
|
|
|
|
|
|
|
// 文件访问路劲
|
|
// 文件访问路劲
|
|
|
notMatchList.add("/upload/**");
|
|
notMatchList.add("/upload/**");
|
|
|
|
|
+ // app 最大版本查询
|
|
|
|
|
+ notMatchList.add("/sysVersion/queryMaxNum");
|
|
|
//财务 - 对账 - 保司数据下载
|
|
//财务 - 对账 - 保司数据下载
|
|
|
notMatchList.add("/api/inv/insExternalBills/export/**");
|
|
notMatchList.add("/api/inv/insExternalBills/export/**");
|
|
|
|
|
|