Browse Source

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

wjx 4 days ago
parent
commit
15cb3812cf
1 changed files with 1 additions and 0 deletions
  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 {
         } else {
             if (query?.user_status) {
             if (query?.user_status) {
                 message.error('授权失败')
                 message.error('授权失败')
+                location.href = window.location.href.split('?')[0]
             }
             }
         }
         }
     }, [])
     }, [])