From ca5c81d8be806821abb4fd01ae0473d9b9fa20f0 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Mon, 30 Oct 2023 16:28:33 +0800 Subject: [PATCH] =?UTF-8?q?CN-1425=20fix:=20=E4=BF=AE=E5=A4=8Ddashboard?= =?UTF-8?q?=E4=B8=8B=E9=92=BB=E5=90=8E=E5=88=87=E6=8D=A2=E9=A1=B6=E9=83=A8?= =?UTF-8?q?=E6=9C=80=E5=90=8E=E4=B8=80=E7=BA=A7=E9=9D=A2=E5=8C=85=E5=B1=91?= =?UTF-8?q?=E6=97=B6=E4=BC=9A=E5=9B=9E=E5=88=B0=E4=B8=8B=E9=92=BB=E5=89=8D?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit bd1f7556121ca6f78df4e9367ec9db94a34d6430) --- src/components/layout/Header.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout/Header.vue b/src/components/layout/Header.vue index bcaf7268..1eac0a6e 100644 --- a/src/components/layout/Header.vue +++ b/src/components/layout/Header.vue @@ -791,10 +791,10 @@ export default { }) return } - /* if (route === this.route) { + if (route === this.route) { this.refresh() return - } */ + } if (route) { this.$router.push({ path: route,