소스 검색

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;