Explorar o código

fix: oauth url

wzyyy %!s(int64=3) %!d(string=hai) anos
pai
achega
85a0f3b329
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/pages/oauth/index.tsx

+ 1 - 0
src/pages/oauth/index.tsx

@@ -69,6 +69,7 @@ const Oauth = () => {
     const res = await Service.getOAuth2(params || data);
     if (res.status === 200) {
       window.location.href = res.result;
+      console.log(res.result);
     } else {
       getCode();
     }