feat : 用户个人中心展示及密码设置

This commit is contained in:
2024-07-15 21:46:40 +08:00
parent 1f631ea65d
commit 8f993d0644
4 changed files with 196 additions and 170 deletions

View File

@@ -28,3 +28,9 @@ export const getUserInfo = () => {
method: 'get',
})
}
export const getAuthInfo = () => {
return request({
url: '/admin/mosr/user/detail/info',
method: 'get',
})
}