From 3167aad6d8d0eb7cc9eeef5dc552be1018129845 Mon Sep 17 00:00:00 2001 From: Tim <135014430+nagisa77@users.noreply.github.com> Date: Wed, 6 Aug 2025 12:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20index.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/router/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index e640b2c5b..9c91d0ebb 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -89,8 +89,7 @@ const routes = [ { path: '/users/:id', name: 'users', - component: ProfileView, - meta: { keepAlive: true } + component: ProfileView }, { path: '/github-callback',