Browse Source

update

bugfix/10.0
Wim.Zhai 5 years ago
parent
commit
c730a4da8d
  1. 2
      designer-chart/src/main/java/com/fr/van/chart/map/server/ChartMapEditorAction.java

2
designer-chart/src/main/java/com/fr/van/chart/map/server/ChartMapEditorAction.java

@ -25,7 +25,7 @@ public class ChartMapEditorAction extends UpdateAction {
int port = DesignerEnvManager.getEnvManager().getEmbedServerPort();
String web = GeneralContext.getCurrentAppNameOfEnv();
String serverlet = ServerConfig.getInstance().getServletName();
ServerStarter.browserURLWithLocalEnv(WorkContext.getCurrent().isLocal() ? String.format("http://localhost:%d/%s/%s#management/map", port, web, serverlet) : WorkContext.getCurrent().getPath() + "#management/map");
ServerStarter.browserURLWithLocalEnv(WorkContext.getCurrent().isLocal() ? String.format("http://localhost:%d/%s/%s/map/edit", port, web, serverlet) : WorkContext.getCurrent().getPath() + "/map/edit");
}
}

Loading…
Cancel
Save