From d274ae90a93633aad8fb203b021b5a16a35c4d64 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Mon, 21 Jul 2025 18:20:24 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=8A=B6=E6=80=81=E6=9E=9A=E4=B8=BE?= =?UTF-8?q?=E5=80=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../put-account/components/status-select/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/property-marketing/put-account/components/status-select/constants.ts b/src/views/property-marketing/put-account/components/status-select/constants.ts index 4713f42..7049295 100644 --- a/src/views/property-marketing/put-account/components/status-select/constants.ts +++ b/src/views/property-marketing/put-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,