mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
### What problem does this PR solve? Feat: Replace antd with shadcn and delete the template node. #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -268,41 +268,41 @@ const routes = [
|
||||
layout: false,
|
||||
component: `@/pages${Routes.Chunk}`,
|
||||
},
|
||||
{
|
||||
path: Routes.ProfileSetting,
|
||||
layout: false,
|
||||
component: `@/pages${Routes.ProfileSetting}`,
|
||||
routes: [
|
||||
{
|
||||
path: Routes.ProfileSetting,
|
||||
redirect: `${Routes.ProfileProfile}`,
|
||||
},
|
||||
{
|
||||
path: `${Routes.ProfileProfile}`,
|
||||
component: `@/pages${Routes.ProfileProfile}`,
|
||||
},
|
||||
{
|
||||
path: `${Routes.ProfileTeam}`,
|
||||
component: `@/pages${Routes.ProfileTeam}`,
|
||||
},
|
||||
{
|
||||
path: `${Routes.ProfilePlan}`,
|
||||
component: `@/pages${Routes.ProfilePlan}`,
|
||||
},
|
||||
{
|
||||
path: `${Routes.ProfileModel}`,
|
||||
component: `@/pages${Routes.ProfileModel}`,
|
||||
},
|
||||
{
|
||||
path: `${Routes.ProfilePrompt}`,
|
||||
component: `@/pages${Routes.ProfilePrompt}`,
|
||||
},
|
||||
{
|
||||
path: Routes.ProfileMcp,
|
||||
component: `@/pages${Routes.ProfileMcp}`,
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// path: Routes.ProfileSetting,
|
||||
// layout: false,
|
||||
// component: `@/pages${Routes.ProfileSetting}`,
|
||||
// routes: [
|
||||
// {
|
||||
// path: Routes.ProfileSetting,
|
||||
// redirect: `${Routes.ProfileProfile}`,
|
||||
// },
|
||||
// {
|
||||
// path: `${Routes.ProfileProfile}`,
|
||||
// component: `@/pages${Routes.ProfileProfile}`,
|
||||
// },
|
||||
// {
|
||||
// path: `${Routes.ProfileTeam}`,
|
||||
// component: `@/pages${Routes.ProfileTeam}`,
|
||||
// },
|
||||
// {
|
||||
// path: `${Routes.ProfilePlan}`,
|
||||
// component: `@/pages${Routes.ProfilePlan}`,
|
||||
// },
|
||||
// {
|
||||
// path: `${Routes.ProfileModel}`,
|
||||
// component: `@/pages${Routes.ProfileModel}`,
|
||||
// },
|
||||
// {
|
||||
// path: `${Routes.ProfilePrompt}`,
|
||||
// component: `@/pages${Routes.ProfilePrompt}`,
|
||||
// },
|
||||
// {
|
||||
// path: Routes.ProfileMcp,
|
||||
// component: `@/pages${Routes.ProfileMcp}`,
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
{
|
||||
path: '/user-setting',
|
||||
component: '@/pages/user-setting',
|
||||
|
||||
Reference in New Issue
Block a user