add oauth loginlog & fix bugs

Cette révision appartient à :
ljw
2024-09-19 10:46:07 +08:00
Parent 3b18b977db
révision c7f35f5044
16 fichiers modifiés avec 891 ajouts et 140 suppressions
-8
Voir le fichier
@@ -36,11 +36,3 @@ export function remove (data) {
data,
})
}
export function changePwd (data) {
return request({
url: '/group/changePwd',
method: 'post',
data,
})
}