diff --git a/anrui-system-ui/src/layout/components/Navbar.vue b/anrui-system-ui/src/layout/components/Navbar.vue index 4bebbfedaa..cf45b8505c 100644 --- a/anrui-system-ui/src/layout/components/Navbar.vue +++ b/anrui-system-ui/src/layout/components/Navbar.vue @@ -29,8 +29,9 @@ export default { }, methods: { logout() { - this.$router.push({path: '/home'}) -// window.opener=null;window.open('about:blank', '_top').close() + // this.$router.push({path: '/home'}) + window.opener = null + window.open('about:blank', '_top').close() } } } diff --git a/anrui-system-ui/src/layout/index.vue b/anrui-system-ui/src/layout/index.vue index 005eb579bf..c397f7c6e1 100644 --- a/anrui-system-ui/src/layout/index.vue +++ b/anrui-system-ui/src/layout/index.vue @@ -1,19 +1,19 @@ --> - -