测试修改

This commit is contained in:
18401019693
2022-10-10 18:03:13 +08:00
parent c0fa59ce64
commit 8aefa10ef8
4 changed files with 17 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ public class IMLoginManager extends BaseCacheManager {
* @return
*/
public boolean isSlide() {
return getBoolean(IS_SLIDE, false);
return getBoolean(IS_SLIDE, true);
}
/**