Explorar el Código

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage

wjx hace 4 días
padre
commit
15cb3812cf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/pages/launchSystemV3/account/index.tsx

+ 1 - 0
src/pages/launchSystemV3/account/index.tsx

@@ -89,6 +89,7 @@ const AdAuthorize: React.FC = () => {
         } else {
             if (query?.user_status) {
                 message.error('授权失败')
+                location.href = window.location.href.split('?')[0]
             }
         }
     }, [])