소스 검색

更改系统通知枚举值

chauncey 1 년 전
부모
커밋
0070238284
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/message/systemNotifications/type.ts

+ 2 - 2
src/views/message/systemNotifications/type.ts

@@ -18,8 +18,8 @@ export interface queryParams {
 }
 
 export enum pushChannelEnum {
-    platform = 1,
-    lanxin = 2,
+    platform = 2,
+    lanxin = 1,
 }
 
 export const pushChannelMapping = {