mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 00:16:37 +08:00
添加前端用户信息展示
This commit is contained in:
@@ -41,6 +41,13 @@ export default {
|
||||
method: 'put',
|
||||
data: { user, newPassword }
|
||||
})
|
||||
},
|
||||
getUserAllInfo()
|
||||
{
|
||||
return myaxios({
|
||||
url: `/Account/getUserAllInfo`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user