fix(workspace): 通用会话工作空间按钮补传产线参数(产线隔离)

This commit is contained in:
yumoqing 2026-08-31 16:54:09 +08:00
parent 2dcf463b42
commit 9926042c9b

View File

@ -18,7 +18,7 @@
{
"widgettype": "Button",
"options": {"label": "🗂 工作空间", "css": "small"},
"binds": [{"wid": "self", "event": "click", "actiontype": "urlwidget", "target": "self", "options": {"url": "/pipeline-sdlc/api/workspace_popup.dspy"}}]
"binds": [{"wid": "self", "event": "click", "actiontype": "urlwidget", "target": "self", "options": {"url": "/pipeline-sdlc/api/workspace_popup.dspy?pipeline_id=sdlc_general"}}]
}
]
},