EmitterEventId.ts 129 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 /** * 线程间通信事件id枚举 */ export enum EmitterEventId { // 通知登出,事件id FORCE_USER_LOGIN_OUT = 1 }