From 9ea18c9607c9d968b3b56e20eee054697f360984 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 8 Jul 2026 17:35:26 +0800 Subject: [PATCH] bugfix --- wwwroot/appbase | 1 - wwwroot/index.ui | 20 +++----------------- wwwroot/pipeline_sdlc | 1 - wwwroot/rbac | 1 - 4 files changed, 3 insertions(+), 20 deletions(-) delete mode 120000 wwwroot/appbase delete mode 120000 wwwroot/pipeline_sdlc delete mode 120000 wwwroot/rbac diff --git a/wwwroot/appbase b/wwwroot/appbase deleted file mode 120000 index 26af5f3..0000000 --- a/wwwroot/appbase +++ /dev/null @@ -1 +0,0 @@ -/home/hermesai/repos/pipeline-app/pkgs/appbase/wwwroot \ No newline at end of file diff --git a/wwwroot/index.ui b/wwwroot/index.ui index b34aea3..f918fe5 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -48,24 +48,10 @@ "widgettype": "Filler" }, { - "widgettype": "Button", + "widgettype": "urlwidget", "options": { - "label": "管理", - "css": "text", - "color": "#fff" - }, - "binds": [ - { - "wid": "self", - "event": "click", - "actiontype": "urlwidget", - "target": "app.main_content", - "options": { - "url": "{{entire_url('/rbac/user/')}}" - }, - "mode": "replace" - } - ] + "url": "{{entire_url('/rbac/user/user_panel.ui')}}" + } } ] }, diff --git a/wwwroot/pipeline_sdlc b/wwwroot/pipeline_sdlc deleted file mode 120000 index e95caa6..0000000 --- a/wwwroot/pipeline_sdlc +++ /dev/null @@ -1 +0,0 @@ -/home/hermesai/repos/pipeline-sdlc/wwwroot \ No newline at end of file diff --git a/wwwroot/rbac b/wwwroot/rbac deleted file mode 120000 index 7151f8b..0000000 --- a/wwwroot/rbac +++ /dev/null @@ -1 +0,0 @@ -/home/hermesai/repos/pipeline-app/pkgs/rbac/wwwroot \ No newline at end of file