yusheng hai 4 meses
pai
achega
2906896585
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/utils/page-tab-util.js

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

@@ -250,6 +250,6 @@ export function logout (route, from) {
     });
   } else {
     // 这样跳转避免再次登录重复注册动态路由
-    location.replace(BASE_URL + 'login' + (from ? '?from=' + from : ''));
+    location.replace(window.location.origin+'/login');
   }
 }