diff --git a/wwwroot/qr_scan.ui b/wwwroot/qr_scan.ui index 9640229..3646c63 100644 --- a/wwwroot/qr_scan.ui +++ b/wwwroot/qr_scan.ui @@ -5,14 +5,7 @@ { "wid": "self", "event": "recognized", - "actiontype": "urlwidget", - "target": "PopupWindow", - "popup_options": { - "title": "扫码结果", - "dismiss_events": ["cancel"], - "height": "85%", - "width": "85%" - }, + "actiontype": "newwindow", "options": { "url": "${text}" } @@ -25,4 +18,4 @@ "script": "this.dismiss()" } ] -} \ No newline at end of file +}