From 8bf090c177b28520e94554bfa9e377c0fe219e6d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 12 Jun 2026 01:01:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20target=E4=BD=BF=E7=94=A8-main=5Fcontent?= =?UTF-8?q?=E5=90=91=E4=B8=8A=E6=90=9C=E7=B4=A2=E7=88=B6=E5=AE=B9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 78dd19e..3f81beb 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -30,7 +30,7 @@ { "widgettype": "Menu", "options": { - "target": "main_content", + "target": "-main_content", "cwidth": 12, "items": [ { @@ -68,7 +68,7 @@ "wid": "self", "event": "click", "actiontype": "urlwidget", - "target": "main_content", + "target": "-main_content", "options": { "url": "{{entire_url('/rbac/user/')}}" }, @@ -127,7 +127,7 @@ "wid": "self", "event": "click", "actiontype": "urlwidget", - "target": "main_content", + "target": "-main_content", "options": { "url": "{{entire_url('/pipeline_core/')}}" }, @@ -146,7 +146,7 @@ "wid": "self", "event": "click", "actiontype": "urlwidget", - "target": "main_content", + "target": "-main_content", "options": { "url": "{{entire_url('/pipeline_ops/')}}" }, @@ -165,7 +165,7 @@ "wid": "self", "event": "click", "actiontype": "urlwidget", - "target": "main_content", + "target": "-main_content", "options": { "url": "{{entire_url('/pipeline_dist/')}}" }, @@ -184,7 +184,7 @@ "wid": "self", "event": "click", "actiontype": "urlwidget", - "target": "main_content", + "target": "-main_content", "options": { "url": "{{entire_url('/pipeline_task/')}}" },