Skip to content

Commit

Permalink
issue-2753 bug fixed.(#2753) (#2934)
Browse files Browse the repository at this point in the history
Co-authored-by: zns <[email protected]>
  • Loading branch information
zhaoningshengg and zns authored Aug 12, 2023
1 parent e8cb2bc commit c039b86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
/* Documentation page */
function handleDocPage() {
const res = window.origin.split(':')[1] + ':10000/doc.html';
const res = window.origin + '/doc.html';
window.open(res);
}
Expand Down

0 comments on commit c039b86

Please sign in to comment.