#jcl-8082# 增加导出导出Xmind按钮

This commit is contained in:
shilei 2025-03-18 18:22:27 +08:00
parent 26256ab1f5
commit af8a5103cc
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ export class TopBar extends React.Component {
if(e.key == '1'){
this.props.onExport('png');
}else if(e.key == '3'){
window.open("/weaver/weaver.file.fileDownload?fileid=11458&download=1");
window.open("/weaver/weaver.file.FileDownload?fileid=11458&download=1");
}
// this.props.onExport(e.key == '1' ? 'png' : 'pdf');
}