wjx 4 дней назад
Родитель
Сommit
d313e417e5
1 измененных файлов с 1 добавлено и 0 удалено
  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 {
         } else {
             if (query?.user_status) {
             if (query?.user_status) {
                 message.error('授权失败')
                 message.error('授权失败')
+                location.href = window.location.href.split('?')[0]
             }
             }
         }
         }
     }, [])
     }, [])