daniel 8 years ago
parent
commit
818dd42f99
  1. 2
      designer_base/src/com/fr/env/RemoteEnv.java

2
designer_base/src/com/fr/env/RemoteEnv.java vendored

@ -514,9 +514,11 @@ public class RemoteEnv implements Env {
}
private void stopLogTimer() {
if(logTimer != null) {
logTimer.cancel();
logTimer = null;
}
}
/**
* 根据userID sign out

Loading…
Cancel
Save