2 커밋 901458b79a ... 15cb3812cf

작성자 SHA1 메시지 날짜
  wjx 15cb3812cf Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage 3 주 전
  wjx d313e417e5 fix 3 주 전
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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]
             }
         }
     }, [])