瀏覽代碼

Merge branch 'startLogin' into jenkins

mo 1 年之前
父節點
當前提交
ba023ee51c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      index.html

+ 2 - 1
index.html

@@ -191,11 +191,12 @@
         window.location.reload();
       }
       const isChromeError = (error) => {
+        console.log('onError刷新isChromeError', error);
         const str = error.message + '';
         const isChunkLoadFailed = str.indexOf('imported');
         if (isChunkLoadFailed != -1 && !refreshing) {
           refreshing = true;
-          console.log('onError刷新isChromeError');
+
           sessionStorage.setItem('isRouter', 'true')
           reloadPage()
           // showModalMask.value = true;