Merge pull request 'fix:上传存图片路径;' (#132) from yangws into main

Reviewed-on: #132
This commit is contained in:
yangws 2024-08-14 16:32:23 +08:00
commit c64fbe49e9
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ setTimeout(() => {
function submit() {
proxy.$refs.userRef.validate((valid) => {
if (valid) {
props.user.avatar = userStore.user.avatar
updateUserInfo(props.user).then((response) => {
if(response.code == 200){
userStore.login({username:props.user.phonenumber,password:props.user.plainpwd}).then(() => {