feat: 改造

This commit is contained in:
秋水浮尘
2023-12-02 23:31:54 +08:00
parent 40e5a94d91
commit 0cb65254f4
33 changed files with 2107 additions and 332 deletions

View File

@@ -36,8 +36,8 @@ const router = createBrowserRouter([
Component: lazy(() => import('@views/search-details'))
},
{
path: 'search-question',
Component: lazy(() => import('@views/search-question'))
path: 'personal-center',
Component: lazy(() => import('@views/personal-center'))
}
]
}