yusheng 4 달 전
부모
커밋
a37012cdc8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/utils/page-tab-util.js

+ 1 - 1
src/utils/page-tab-util.js

@@ -246,7 +246,7 @@ export function logout (route, from) {
   if (route) {
     router.push({
       path: '/login',
-      query: from ? { from } : void 0
+      // query: from ? { from } : void 0
     });
   } else {
     // 这样跳转避免再次登录重复注册动态路由