See999 4 年 前
コミット
ba95dc8713
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/views/layout/components/Navbar.vue

+ 1 - 1
src/views/layout/components/Navbar.vue ファイルの表示

340
         }
340
         }
341
         
341
         
342
       }).catch(error => {
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
   }