diff --git a/win-module-system/win-module-system-biz/src/main/java/com/win/module/system/framework/web/config/ModuleAuthenInterceptor.java b/win-module-system/win-module-system-biz/src/main/java/com/win/module/system/framework/web/config/ModuleAuthenInterceptor.java index 8c1d210..ab43fb2 100644 --- a/win-module-system/win-module-system-biz/src/main/java/com/win/module/system/framework/web/config/ModuleAuthenInterceptor.java +++ b/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 index = -1; - while(count < 4) { + while(count < 5) { index = str.indexOf(c, index + 1); count++; }