浏览代码

fix: oauth url

wzyyy 3 年之前
父节点
当前提交
85a0f3b329
共有 1 个文件被更改,包括 1 次插入0 次删除
  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();
     }