From a526a2222dbd219656edc5bf17cd58a899c6e3f7 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 6 Jul 2026 14:03:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20newwindow=E7=BC=BAreferer=5Fwidget?= =?UTF-8?q?=EF=BC=8C=E6=94=B9=E7=94=A8script+window.open()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/qr_scan.ui | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wwwroot/qr_scan.ui b/wwwroot/qr_scan.ui index 3646c63..c99797e 100644 --- a/wwwroot/qr_scan.ui +++ b/wwwroot/qr_scan.ui @@ -5,10 +5,9 @@ { "wid": "self", "event": "recognized", - "actiontype": "newwindow", - "options": { - "url": "${text}" - } + "actiontype": "script", + "target": "self", + "script": "window.open('${text}', '_blank');" }, { "wid": "self",