Преглед изворни кода

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

wjx пре 1 недеља
родитељ
комит
7ae6a59f36
1 измењених фајлова са 3 додато и 1 уклоњено
  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('授权失败')
+            }
         }
     }, [])