From 7ba7366a8c6ce8019339e433b218386645cb5312 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 28 Dec 2020 17:38:53 +0800 Subject: [PATCH] Merge branch 'piot' of https://gitee.com/chonggaoxiao/new_excoin_manage into piot --- src/main/java/com/xcong/excoin/common/runner/FebsStartedUpRunner.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/xcong/excoin/common/runner/FebsStartedUpRunner.java b/src/main/java/com/xcong/excoin/common/runner/FebsStartedUpRunner.java index 57e5cbe..b3497b7 100644 --- a/src/main/java/com/xcong/excoin/common/runner/FebsStartedUpRunner.java +++ b/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); } } } -- Gitblit v1.9.1