浏览代码

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('授权失败')
+            }
         }
     }, [])