ソースを参照

更改系统通知枚举值

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 = {