Skip to content

Commit

Permalink
fix: revert open href
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuangs committed Aug 27, 2024
1 parent 8eac1ab commit f6a278d
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 f6a278d

Please sign in to comment.