feat: 登录与websocket 初始化相关的调整

This commit is contained in:
2025-09-23 20:00:30 +08:00
parent 96746df7c9
commit 8720c43570
4 changed files with 24 additions and 12 deletions

View File

@@ -1,3 +1,5 @@
// 登录成功
export const NOTICE_EVENT_LOGIN_SUCCESS = "NOTICE_EVENT_LOGIN_SUCCESS";
// 退出登录
export const NOTICE_EVENT_LOGOUT = "NOTICE_EVENT_LOGOUT";