|
|
|
@ -5,7 +5,6 @@ import com.fr.core.env.EnvConfig;
|
|
|
|
|
import com.fr.core.env.EnvContext; |
|
|
|
|
import com.fr.core.env.EnvEvent; |
|
|
|
|
import com.fr.design.mainframe.DesignerContext; |
|
|
|
|
import com.fr.design.mainframe.DesignerFrame; |
|
|
|
|
import com.fr.design.utils.DesignUtils; |
|
|
|
|
import com.fr.event.Event; |
|
|
|
|
import com.fr.event.EventDispatcher; |
|
|
|
@ -14,7 +13,7 @@ import com.fr.event.Null;
|
|
|
|
|
import com.fr.general.ComparatorUtils; |
|
|
|
|
import com.fr.general.Inter; |
|
|
|
|
|
|
|
|
|
import javax.swing.JOptionPane; |
|
|
|
|
import javax.swing.*; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public class SignIn { |
|
|
|
@ -35,10 +34,10 @@ public class SignIn {
|
|
|
|
|
* @throws Exception 异常 |
|
|
|
|
*/ |
|
|
|
|
public static void signIn(EnvConfig selectedEnv) throws Exception { |
|
|
|
|
|
|
|
|
|
if (EnvContext.currentEnv() != null && !ComparatorUtils.equals(EnvContext.currentEnv(), selectedEnv)) { |
|
|
|
|
EnvContext.signOut(); |
|
|
|
|
DesignUtils.switchToEnv(selectedEnv); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
DesignUtils.switchToEnv(selectedEnv); |
|
|
|
|
} |
|
|
|
|
} |