界面: 清理BMPA失败被阻断时跳转链接清理fail_only

This commit is contained in:
萝卜
2026-03-18 13:17:13 +08:00
parent 4969c49c7a
commit 4f7458f187

View File

@@ -1227,6 +1227,8 @@
// 提效:清理 BMPA 失败标记前必须先锁定 BMPA 失败集合;被阻断时给一键跳转入口。 // 提效:清理 BMPA 失败标记前必须先锁定 BMPA 失败集合;被阻断时给一键跳转入口。
$goBmpaFailedUrl = $buildQuickFilterUrl([ $goBmpaFailedUrl = $buildQuickFilterUrl([
'bmpa_failed_only' => '1', 'bmpa_failed_only' => '1',
// 从其它治理上下文被阻断时,跳转到 BMPA 失败集合应清理同步失败开关,避免口径冲突导致空结果。
'fail_only' => null,
]); ]);
@endphp @endphp
@include('admin.components.tool_blocked_hint', [ @include('admin.components.tool_blocked_hint', [