From 88002a8fc47d6cb732c17f3eee305449e677f4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Tue, 31 Oct 2023 17:19:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20detection--policy=E7=9A=84trigger?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=E7=A7=92=E6=97=B6=E9=97=B4=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit f151415de695d508cef82e80cc00c80cd8f5c783) --- src/utils/constants.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/utils/constants.js b/src/utils/constants.js index a2ac0837..7ae05c84 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -2514,13 +2514,13 @@ export const detectionUnitList = { ], intervalList: [ { value: 'hours', label: 'hours' }, - { value: 'minutes', label: 'minutes' }, - { value: 'seconds', label: 'seconds' } + { value: 'minutes', label: 'minutes' } + // { value: 'seconds', label: 'seconds' } ], intervalListCN: [ { value: 'hours', label: '小时' }, - { value: 'minutes', label: '分钟' }, - { value: 'seconds', label: '秒' } + { value: 'minutes', label: '分钟' } + // { value: 'seconds', label: '秒' } ] }