shenwu vor 8 Monaten
Ursprung
Commit
4190cfa8f0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)
             }
         })
     }