加入群聊

This commit is contained in:
2025-12-01 16:39:09 +08:00
parent 4c9a0da9ac
commit e49f0cca76
6 changed files with 47 additions and 121 deletions

View File

@@ -23,7 +23,6 @@ const EditProfilePage: React.FC = () => {
// 表单状态基于store中的用户信息初始化
const getInitialFormData = () => {
const info = user_info as UserInfoType;
debugger;
return {
nickname: info?.nickname ?? "",
personal_profile: info?.personal_profile ?? "",