shenwu 6 mesiacov pred
rodič
commit
4190cfa8f0
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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)
             }
         })
     }