Compare commits

...

2 Commits

Author SHA1 Message Date
yangws c64fbe49e9 Merge pull request 'fix:上传存图片路径;' (#132) from yangws into main
Reviewed-on: #132
2024-08-14 16:32:23 +08:00
yangws 3c2dbb722a fix:上传存图片路径; 2024-08-14 16:31:30 +08:00
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(() => {