加入群聊
This commit is contained in:
@@ -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 ?? "",
|
||||
|
||||
Reference in New Issue
Block a user