See999 4 년 전
부모
커밋
ba95dc8713
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/layout/components/Navbar.vue

+ 1 - 1
src/views/layout/components/Navbar.vue 파일 보기

@@ -340,7 +340,7 @@ export default {
340 340
         }
341 341
         
342 342
       }).catch(error => {
343
-          window.location.href = error.response.data.redirect;
343
+          // window.location.href = error.response.data.redirect;
344 344
         });
345 345
     }
346 346
   }