perf: 🐛 优化QQ登录和微信登录Bug

This commit is contained in:
Yer
2023-08-14 14:40:08 +08:00
parent 7c2a50eec0
commit 9ab1cec1bb
5 changed files with 30 additions and 27 deletions

View File

@@ -26,7 +26,7 @@ export function webConnect(code) {
export function openIdLogin(params, clientType) {
return http.request({
url: `passport/connect/connect/app/login`,
method: Method.GET,
method: Method.POST,
needToken: true,
data: params,
header: {