From caf646fcb0acb723170a78b01c66f28bd335cbee Mon Sep 17 00:00:00 2001 From: Launchpad <67402215+rdp-studio@users.noreply.github.com> Date: Fri, 10 Mar 2023 01:22:47 +0800 Subject: [PATCH] fix(client): Solve the problem of not automatically jumping to /admin/overview when accessing the /admin page for the second time (#10264) Co-authored-by: tamaina --- packages/frontend/src/pages/admin/index.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/frontend/src/pages/admin/index.vue b/packages/frontend/src/pages/admin/index.vue index b05499930..5ebbe7e97 100644 --- a/packages/frontend/src/pages/admin/index.vue +++ b/packages/frontend/src/pages/admin/index.vue @@ -23,7 +23,7 @@