Browse Source

Merge branch 'startLogin' into jenkins

mo 1 năm trước cách đây
mục cha
commit
84df4d03de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -194,7 +194,7 @@
       let refreshing = false
       const isChromeError = (error) => {
         console.log(error, 'error===>isChromeError')
-        if (!refreshing) {
+        if (!refreshing && !error.message) {
           refreshing = true;
 
           sessionStorage.setItem('isRouter', 'true')