xiaoyong931011
2021-03-05 3b58a59878ffa2e0604d5e78285430749418900c
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);
                }
            }
        }