wjx vor 4 Tagen
Ursprung
Commit
d313e417e5
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/pages/launchSystemV3/account/index.tsx

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

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