mo 1 年之前
父节点
当前提交
7a42f5dd59
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/RouterError/index.tsx

+ 1 - 1
src/components/RouterError/index.tsx

@@ -22,7 +22,7 @@ const reloadPage = async()=>{
 }
 
 const isChromeError = (error:any) => {
-  console.log(error, 'error===>isChromeError')
+  console.log(error, 'error===>isChromeError',refreshing)
   setTimeout(()=>{
     if (!refreshing && !error.message) {
       refreshing = true;