feat: ✨ 新增websocket测试页面(实验阶段)
Former-commit-id: 8c5a49f95da85f6a245d9a3cc60d5f925cfc0861
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
* 登录用户信息
|
||||
*/
|
||||
export interface UserInfo {
|
||||
userId: number;
|
||||
nickname: string;
|
||||
avatar: string;
|
||||
roles: string[];
|
||||
|
||||
Reference in New Issue
Block a user