From 369f878b44bb36661ef37a7db5fe010a0c9d5069 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Wed, 23 Jul 2025 14:53:29 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=8A=B6=E6=80=81=E5=80=BC=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../media-account/components/status-select/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/property-marketing/media-account/components/status-select/constants.ts b/src/views/property-marketing/media-account/components/status-select/constants.ts index 4713f42..7049295 100644 --- a/src/views/property-marketing/media-account/components/status-select/constants.ts +++ b/src/views/property-marketing/media-account/components/status-select/constants.ts @@ -5,8 +5,8 @@ export enum EnumStatus { UNAUTHORIZED = 0, NORMAL = 1, - ABNORMAL = 2, - PAUSE = 3, + ABNORMAL = 3, + PAUSE = 2, ABNORMAL_LOGIN = 4, ABNORMAL_REQUEST = 5, ABNORMAL_FREEZE = 6,