Authored by 胡古飞

fix

@@ -70,7 +70,7 @@ public class ForbiddenPageIdsLogicService { @@ -70,7 +70,7 @@ public class ForbiddenPageIdsLogicService {
70 } 70 }
71 71
72 private boolean isNeedReload() { 72 private boolean isNeedReload() {
73 - if (sknForbiddenPageIdsMap == null || sknForbiddenPageIdsMap.isEmpty()) { 73 + if (sknForbiddenPageIdsMap == null) {
74 return true; 74 return true;
75 } 75 }
76 return false; 76 return false;