更改弹出方式

This commit is contained in:
renxiangke 2026-07-28 11:25:06 +08:00
parent 8897906188
commit f8a93ae54f

View File

@ -40,10 +40,13 @@ function openLargeScreen(name: any) {
// 2. // 2.
const fullUrl = window.location.origin + screenPath; const fullUrl = window.location.origin + screenPath;
// 3. 访 // 3. 访
// window.open(
// fullUrl,
// '_blank',
// 'width=1920,height=1080,top=100,left=100,toolbar=no,menubar=no,location=no,status=no',
// );
window.open( window.open(
fullUrl, fullUrl,
'_blank',
'width=1920,height=1080,top=100,left=100,toolbar=no,menubar=no,location=no,status=no',
); );
} }
onMounted(() => { onMounted(() => {