shenwu 6 月之前
父節點
當前提交
1a0580d9b6
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/pages/MiniApp/EmsCnpl/Auth/index.tsx

+ 3 - 1
src/pages/MiniApp/EmsCnpl/Auth/index.tsx

@@ -40,7 +40,9 @@ const Page: React.FC = () => {
                 }).then(res => {
                     if (res.code === 200) {
                         message.success("授权成功")
-                        history.push("/miniApp/emsCnpl/auth")
+                        setTimeout(()=>{
+                            history.push("/miniApp/emsCnpl/auth")
+                        },1000)
                     }
                 })
             }