From e7e151d62a1b9ca715cd487a1cd0d7bff06a478e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 13 Sep 2026 10:56:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E7=AE=A1=E7=90=86=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=8D=A1=E7=89=87target=E6=94=B9app.voucher=5Fcontent=E2=80=94?= =?UTF-8?q?=E2=80=94=E8=A3=B8id=E5=90=91=E4=B8=8B=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E4=BB=8E=E5=8D=A1=E7=89=87=E5=87=BA=E5=8F=91=E6=89=BE=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=E7=A5=96=E5=85=88=E5=AE=B9=E5=99=A8,=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E9=9D=99=E9=BB=98=E5=A4=B1=E6=95=88(bricks=20get=5Fby?= =?UTF-8?q?=5Fid=20downward=E8=AF=AD=E4=B9=89=E5=AE=9E=E6=B5=8B)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index a160426..1909c89 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -34,7 +34,7 @@ "wid": "self", "event": "click", "actiontype": "urlwidget", - "target": "voucher_content", + "target": "app.voucher_content", "options": { "url": "{{entire_url('/voucher/voucher_template_list/index.ui')}}" }, @@ -75,7 +75,7 @@ "wid": "self", "event": "click", "actiontype": "urlwidget", - "target": "voucher_content", + "target": "app.voucher_content", "options": { "url": "{{entire_url('/voucher/voucher_instance_list/index.ui')}}" }, @@ -116,7 +116,7 @@ "wid": "self", "event": "click", "actiontype": "urlwidget", - "target": "voucher_content", + "target": "app.voucher_content", "options": { "url": "{{entire_url('/voucher/voucher_usage_log_list/index.ui')}}" },