Browse Source

1、测试环境拦截器截取路径与本地环境有差异,多了一层/api

master
bjang03 4 months ago
parent
commit
ae3d65f05b
  1. 2
      win-module-system/win-module-system-biz/src/main/java/com/win/module/system/framework/web/config/ModuleAuthenInterceptor.java

2
win-module-system/win-module-system-biz/src/main/java/com/win/module/system/framework/web/config/ModuleAuthenInterceptor.java

@ -25,7 +25,7 @@ public class ModuleAuthenInterceptor implements HandlerInterceptor {
int count = 0; int count = 0;
int index = -1; int index = -1;
while(count < 4) { while(count < 5) {
index = str.indexOf(c, index + 1); index = str.indexOf(c, index + 1);
count++; count++;
} }

Loading…
Cancel
Save