瀏覽代碼

fix: 调整推送平台的字段

wyf 1 年之前
父節點
當前提交
92933c5397
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/message/alarm-config/types.ts

+ 3 - 3
src/views/message/alarm-config/types.ts

@@ -11,13 +11,13 @@ export const ALARMLEVEL_LIST = [
 ];
 
 export enum AlarmChannel {
-  platform = 1,
-  lanxin = 2,
+  lanxin = 1,
+  platform = 2,
 }
 
 export const ALARMCHANNEL_LIST = [
-  { label: '平台', value: AlarmChannel.platform },
   { label: '蓝信', value: AlarmChannel.lanxin },
+  { label: '平台', value: AlarmChannel.platform },
 ];
 
 export enum AlarmPhase {