Helius
2020-06-10 c9cddc9b4fe5f6caea99c13d2817e6ec2caa866c
modify
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/common/runner/FebsStartedUpRunner.java 2 ●●● patch | view | raw | blame | history
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);
                }
            }
        }