瀏覽代碼

更改系统通知枚举值

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