mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Add ProfileSetting page #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -131,6 +131,26 @@ const routes = [
|
||||
layout: false,
|
||||
component: '@/pages/home',
|
||||
},
|
||||
{
|
||||
path: '/profile-setting',
|
||||
layout: false,
|
||||
component: '@/pages/profile-setting',
|
||||
routes: [
|
||||
{ path: '/profile-setting', redirect: '/profile-setting/profile' },
|
||||
{
|
||||
path: '/profile-setting/profile',
|
||||
component: '@/pages/profile-setting/profile',
|
||||
},
|
||||
{
|
||||
path: '/profile-setting/team',
|
||||
component: '@/pages/profile-setting/team',
|
||||
},
|
||||
{
|
||||
path: '/profile-setting/plan',
|
||||
component: '@/pages/profile-setting/plan',
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export default routes;
|
||||
|
||||
Reference in New Issue
Block a user