|
|
@@ -37,6 +37,8 @@ public class TokenInterceptor {
|
|
|
notMatchList.add("/upload/**");
|
|
|
// app 最大版本查询
|
|
|
notMatchList.add("/sysVersion/queryMaxNum");
|
|
|
+ notMatchList.add("/sysVersion/findPage");
|
|
|
+
|
|
|
//财务 - 对账 - 保司数据下载
|
|
|
notMatchList.add("/api/inv/insExternalBills/export/**");
|
|
|
|
|
|
@@ -62,7 +64,6 @@ public class TokenInterceptor {
|
|
|
notMatchList.add("/order/qrCode/getQrCode**");
|
|
|
notMatchList.add("/order/qrCode/destructionQrCode**");
|
|
|
|
|
|
-
|
|
|
return new SaInterceptor(handler -> {
|
|
|
// 指定一条 match 规则
|
|
|
SaRouter
|