From 84725cd3621d01bebfd4bc3fdf4cdf374678a6e7 Mon Sep 17 00:00:00 2001 From: shy3130 <415333856@qq.com> Date: Tue, 1 Sep 2026 22:41:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(pipeline):=20=E8=A7=A3=E9=94=81=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=A1=B5=20A=20=E8=82=A1=E6=8B=89=E5=8F=96=E5=BC=80?= =?UTF-8?q?=E5=85=B3=20(#216=20=E7=BB=B4=E6=8A=A4=E8=80=85=E8=A1=A5?= =?UTF-8?q?=E4=B8=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 后端 getter/白名单已随 pr-218 修复, 前端 PipelineScopeConfig 的 locked 特判 (v0.1.60 为配合后端硬编码所加) 未解锁 — 不删则 issue 的用户路径 (设置界面取消勾选 A 股) 依然走不通。删除特判, 恢复与 ETF/指数开关对称的行为。 --- .../src/components/data/PipelineScopeConfig.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/data/PipelineScopeConfig.tsx b/frontend/src/components/data/PipelineScopeConfig.tsx index fa54297..682f6b6 100644 --- a/frontend/src/components/data/PipelineScopeConfig.tsx +++ b/frontend/src/components/data/PipelineScopeConfig.tsx @@ -39,24 +39,21 @@ export function PipelineScopeConfig() {