shenwu 8 月之前
父节点
当前提交
4190cfa8f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/MiniApp/EmsCnpl/Auth/index.tsx

+ 1 - 1
src/pages/MiniApp/EmsCnpl/Auth/index.tsx

@@ -20,7 +20,7 @@ const Page: React.FC = () => {
     const auth = () => {
         PreAuth.run({ callbackPage: "https://testdistribution.zanxiangwl.com/#/miniApp/emsCnpl/auth" }).then(res => {
             if (res.code === 200) {
-                window.open(res?.data?.data)
+                window.open(res?.data)
             }
         })
     }