From 51d942f14ced457feb49e8d22c8566c6ccf3683b Mon Sep 17 00:00:00 2001 From: hechieh <361020878@qq.com> Date: 星期三, 10 三月 2021 13:27:10 +0800 Subject: [PATCH] update ruoyi-admin/src/main/resources/application.yml. --- ruoyi-ui/src/layout/components/Navbar.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/layout/components/Navbar.vue b/ruoyi-ui/src/layout/components/Navbar.vue index 1de43a5..b11460a 100644 --- a/ruoyi-ui/src/layout/components/Navbar.vue +++ b/ruoyi-ui/src/layout/components/Navbar.vue @@ -94,7 +94,7 @@ type: 'warning' }).then(() => { this.$store.dispatch('LogOut').then(() => { - location.reload() + location.href = '/index'; }) }) } -- Gitblit v1.9.3