添加前端用户信息展示

This commit is contained in:
橙子
2022-04-30 22:04:47 +08:00
parent d6b0c56c35
commit 2f69e0b96c
3 changed files with 21 additions and 19 deletions

View File

@@ -41,6 +41,13 @@ export default {
method: 'put',
data: { user, newPassword }
})
},
getUserAllInfo()
{
return myaxios({
url: `/Account/getUserAllInfo`,
method: 'get'
})
}
}