Browse Source

Merge pull request #148 in DESIGN/design from ~JU/design:release/10.0 to release/10.0

* commit 'd893f272a84af06c1bf4e468533f5b475a42f127':
  REPORT-8956 普通预览-Web端展示-预览模板显示平台的登录界面
master
ju 6 years ago
parent
commit
86f0d0588c
  1. 2
      designer-base/src/com/fr/design/utils/DesignUtils.java

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

@ -301,7 +301,7 @@ public class DesignUtils {
if (!WorkContext.getCurrent().isLocal()) {
try {
String urlPath = getWebBrowserPath();
Desktop.getDesktop().browse(new URI(urlPath + postfixOfUri));
Desktop.getDesktop().browse(new URI(urlPath + baseRoute + postfixOfUri));
} catch (Exception e) {
FRContext.getLogger().error("cannot open the url Successful", e);
}

Loading…
Cancel
Save