Feat: Add ModelManagement page #3221 (#3638)

### What problem does this PR solve?

Feat: Add ModelManagement page #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-26 09:10:48 +08:00
committed by GitHub
parent 769c67a470
commit 32cf566a08
5 changed files with 191 additions and 4 deletions

View File

@ -149,6 +149,10 @@ const routes = [
path: '/profile-setting/plan',
component: '@/pages/profile-setting/plan',
},
{
path: '/profile-setting/model',
component: '@/pages/profile-setting/model',
},
],
},
];