This commit is contained in:
Jason
2023-03-17 15:27:34 +08:00
parent 0ea4373167
commit 6ecf919440
45 changed files with 41 additions and 41 deletions

View File

@@ -22,7 +22,7 @@ export function forgotPassword(data: Record<string, any>) {
//向微信请求code的链接
export function getWxCodeUrl() {
return request.get({ url: '/login/codeUrl', data: { url: location.href } })
return request.get({ url: '/login/oaCodeUrl', data: { url: location.href } })
}
// 微信小程序登录