Skip to content

Commit

Permalink
Merge pull request #36 from beclab/feat/add_sync_search_server_back_s…
Browse files Browse the repository at this point in the history
…upport

fix: revert open href
  • Loading branch information
wushuangs authored Aug 27, 2024
2 parents 08015b0 + f6a278d commit eb7082e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/frontend/src/components/BasicWindow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,7 @@ export default defineComponent({
clickNew.value = false;
}, 500);
console.log('onNewonNewonNew', value.value.url);
console.log(iframeRef.value);
console.log(iframeRef.value.contentWindow);
console.log(iframeRef.value.contentWindow.location);
console.log(iframeRef.value.contentWindow.location.href);
window.open(iframeRef.value.contentWindow.location.href);
window.open(value.value.url);
};
let onTop = () => {
Expand Down

0 comments on commit eb7082e

Please sign in to comment.