From eed90b24ef6de111cb1c9f814ad1b6e5f07669e9 Mon Sep 17 00:00:00 2001 From: zhangsz Date: Tue, 15 Apr 2025 16:40:35 +0800 Subject: [PATCH] fix: ne type PSAP to MF --- src/constants/ne-constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/ne-constants.ts b/src/constants/ne-constants.ts index d4d3a753..90ef2c77 100644 --- a/src/constants/ne-constants.ts +++ b/src/constants/ne-constants.ts @@ -1,7 +1,7 @@ /**网元列表,默认顺序 */ export const NE_TYPE_LIST = [ 'OMC', - 'PSAP', + 'MF', ]; /**