From 50d288f04ad66a18d3ebe80db3ca7c6e68aa65fe Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 08 一月 2025 15:52:31 +0800 Subject: [PATCH] 2025-01-08 --- src/menu/components/share/actioncomponent/actionform/index.jsx | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/menu/components/share/actioncomponent/actionform/index.jsx b/src/menu/components/share/actioncomponent/actionform/index.jsx index 6fcaa2f..30cd614 100644 --- a/src/menu/components/share/actioncomponent/actionform/index.jsx +++ b/src/menu/components/share/actioncomponent/actionform/index.jsx @@ -495,6 +495,9 @@ shows.push('execSuccess', 'execError', 'tipTitle') } else if (_funcType === 'mkUnsubscribe' || _funcType === 'reAuth') { shows.push('tipTitle') + } else if (_funcType === 'reSystem') { + shows.push('tipTitle', 'Ot') + reOptions.Ot = requireOptions.filter(op => op.value === 'requiredSgl') } else if (_funcType === 'closetab') { shows.push('refreshTab') } else if (_funcType === 'scan') { -- Gitblit v1.8.0