chore: perferences route

This commit is contained in:
jialin
2026-06-02 15:18:00 +08:00
committed by jialin
parent c8771dd3b9
commit abd0d52fad
9 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -380,8 +380,8 @@ const baseRoutes = [
},
{
name: 'profile',
path: '/profile',
key: 'profile',
path: '/preferences',
key: 'preferences',
hideInMenu: true,
component: './profile',
icon: 'User'