更新 index.js

This commit is contained in:
Tim
2025-08-06 12:36:17 +08:00
committed by GitHub
parent 79ccc45c95
commit 3167aad6d8

View File

@@ -89,8 +89,7 @@ const routes = [
{
path: '/users/:id',
name: 'users',
component: ProfileView,
meta: { keepAlive: true }
component: ProfileView
},
{
path: '/github-callback',