add oauth loginlog & fix bugs

This commit is contained in:
ljw
2024-09-19 10:46:07 +08:00
parent 3b18b977db
commit c7f35f5044
16 changed files with 891 additions and 140 deletions
-8
View File
@@ -36,11 +36,3 @@ export function remove (data) {
data,
})
}
export function changePwd (data) {
return request({
url: '/group/changePwd',
method: 'post',
data,
})
}