wzyyy 3 anni fa
parent
commit
85a0f3b329
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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();
     }