Browse Source

REPORT-14020 可以重复打开设计器 调试的代码上次误传了

final/10.0
XiaXiang 6 years ago
parent
commit
eeff85a4b2
  1. 12
      designer-base/src/main/java/com/fr/design/utils/DesignUtils.java

12
designer-base/src/main/java/com/fr/design/utils/DesignUtils.java

@ -65,12 +65,12 @@ public class DesignUtils {
* @return 启动了返回true * @return 启动了返回true
*/ */
public static boolean isStarted() { public static boolean isStarted() {
// try { try {
// new Socket("localhost", port); new Socket("localhost", port);
// return true; return true;
// } catch (Exception exp) { } catch (Exception exp) {
//
// } }
return false; return false;
} }

Loading…
Cancel
Save