Browse Source

REPORT-8956 普通预览-Web端展示-预览模板显示平台的登录界面

master
ju 6 years ago
parent
commit
d893f272a8
  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