Sfoglia il codice sorgente

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

wjx 1 settimana fa
parent
commit
7ae6a59f36
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      src/pages/launchSystemV3/account/index.tsx

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

@@ -86,7 +86,9 @@ const AdAuthorize: React.FC = () => {
                 })
             })
         } else {
-            message.error('授权失败')
+            if (query?.user_status) {
+                message.error('授权失败')
+            }
         }
     }, [])