Explorar o código

更改系统通知枚举值

chauncey hai 1 ano
pai
achega
0070238284
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 = {