@@ -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)
}
})