1
0

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]
             }
         }
     }, [])