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
   }