diff --git a/src/pages/transfer/index.vue b/src/pages/transfer/index.vue index f53308f6..5f059562 100644 --- a/src/pages/transfer/index.vue +++ b/src/pages/transfer/index.vue @@ -40,10 +40,13 @@ function openLargeScreen(name: any) { // 2. 拼接完整的项目域名(避免相对路径问题) const fullUrl = window.location.origin + screenPath; // 3. 打开新标签页并访问 + // window.open( + // fullUrl, + // '_blank', + // 'width=1920,height=1080,top=100,left=100,toolbar=no,menubar=no,location=no,status=no', + // ); window.open( fullUrl, - '_blank', - 'width=1920,height=1080,top=100,left=100,toolbar=no,menubar=no,location=no,status=no', ); } onMounted(() => {