From 7751ec8dc66f5da0a70a74c115c365bbdbb0d364 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 9 Jun 2022 11:29:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=90=8E=E7=82=B9=E5=87=BB=E7=B3=BB=E7=BB=9F=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=89=93=E5=BC=80=E4=B8=80=E4=B8=AA=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8F=8A=E7=82=B9=E5=87=BB=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=92=8C=E8=BF=94=E5=9B=9E=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=97=B6=E8=BF=94=E5=9B=9E=E7=B3=BB=E7=BB=9F=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layout/components/Navbar.vue | 5 +- anrui-system-ui/src/layout/index.vue | 97 ++++++++++--------- anrui-system-ui/src/views/Home/Home.vue | 36 +++---- 3 files changed, 72 insertions(+), 66 deletions(-) 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 @@ --> - -