xiaoyong931011
2021-03-23 1cb1f88c71eaafe867c8eff12839ff5bcfd64657
src/main/java/com/xcong/excoin/common/runner/FebsStartedUpRunner.java
@@ -71,7 +71,7 @@
                // 默认为 windows时才自动打开页面
                if (StringUtils.containsIgnoreCase(os, FebsConstant.SYSTEM_WINDOWS)) {
                    //使用默认浏览器打开系统登录页
                    Runtime.getRuntime().exec("cmd  /c  start " + url);
//                    Runtime.getRuntime().exec("cmd  /c  start " + url);
                }
            }
        }