From f8a93ae54fec30601078b077c7b05bb53d9fc532 Mon Sep 17 00:00:00 2001 From: renxiangke Date: Tue, 28 Jul 2026 11:25:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=BC=B9=E5=87=BA=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/transfer/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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(() => {