Skip to content

Commit

Permalink
fix: 提示错误修复
Browse files Browse the repository at this point in the history
  • Loading branch information
lb1129 committed Jul 28, 2023
1 parent 53a3265 commit 95e70d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/personal-center/BasicInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const onFinish = async () => {
nickname: formState.nickname,
profile: formState.profile
})
message.success(t('whatSuccess', [t('basicInfo')]))
message.success(t('whatSuccess', [t('updateBasicInfo')]))
// 更新pinia
userInfoStore.setUserInfo({
nickname: formState.nickname,
Expand Down

0 comments on commit 95e70d8

Please sign in to comment.