Browse Source

无JIRA任务 fix

master
ju 6 years ago
parent
commit
872f5b2f95
  1. 2
      designer-chart/src/com/fr/van/chart/DownloadOnlineSourcesHelper.java

2
designer-chart/src/com/fr/van/chart/DownloadOnlineSourcesHelper.java

@ -145,7 +145,7 @@ public class DownloadOnlineSourcesHelper implements DownloadSourcesEvent {
if (result) {
//安装文件
IOUtils.unZipFilesGBK(temp, FRContext.getCurrentEnv().getPath() + siteInfo.localDir);
IOUtils.unZipFilesGBK(temp, StableUtils.pathJoin(FRContext.getCurrentEnv().getPath(), siteInfo.localDir));
}
} else {
result = false;

Loading…
Cancel
Save