From 4de0be5b4b401e25f23bf1af272b0e23fb40a907 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 12 Jun 2026 00:48:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E4=BD=BF=E7=94=A8binds=E7=BB=91=E5=AE=9Aclick=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 48 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index cd8e982..b573700 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -121,12 +121,18 @@ "label": "产线管理", "cwidth": 23, "cheight": 8, - "css": "card", + "css": "card" + }, + "binds": [{ + "wid": "self", + "event": "click", "actiontype": "urlwidget", "target": "app.main_content", - "url": "{{entire_url('/pipeline_core/')}}", + "options": { + "url": "{{entire_url('/pipeline_core/')}}" + }, "mode": "replace" - } + }] }, { "widgettype": "Button", @@ -134,12 +140,18 @@ "label": "运营管理", "cwidth": 23, "cheight": 8, - "css": "card", + "css": "card" + }, + "binds": [{ + "wid": "self", + "event": "click", "actiontype": "urlwidget", "target": "app.main_content", - "url": "{{entire_url('/pipeline_ops/')}}", + "options": { + "url": "{{entire_url('/pipeline_ops/')}}" + }, "mode": "replace" - } + }] }, { "widgettype": "Button", @@ -147,12 +159,18 @@ "label": "分销管理", "cwidth": 23, "cheight": 8, - "css": "card", + "css": "card" + }, + "binds": [{ + "wid": "self", + "event": "click", "actiontype": "urlwidget", "target": "app.main_content", - "url": "{{entire_url('/pipeline_dist/')}}", + "options": { + "url": "{{entire_url('/pipeline_dist/')}}" + }, "mode": "replace" - } + }] }, { "widgettype": "Button", @@ -160,12 +178,18 @@ "label": "任务中心", "cwidth": 23, "cheight": 8, - "css": "card", + "css": "card" + }, + "binds": [{ + "wid": "self", + "event": "click", "actiontype": "urlwidget", "target": "app.main_content", - "url": "{{entire_url('/pipeline_task/')}}", + "options": { + "url": "{{entire_url('/pipeline_task/')}}" + }, "mode": "replace" - } + }] } ] }