disable account migration
This commit is contained in:
parent
50a9b29c48
commit
2321214c98
4 changed files with 5 additions and 6 deletions
|
@ -164,12 +164,12 @@ const menuDef = computed(() => [{
|
|||
text: i18n.ts.importAndExport,
|
||||
to: '/settings/import-export',
|
||||
active: currentPage?.route.name === 'import-export',
|
||||
}, {
|
||||
}, /*{
|
||||
icon: 'ti ti-plane',
|
||||
text: i18n.ts.accountMigration,
|
||||
to: '/settings/migration',
|
||||
active: currentPage?.route.name === 'migration',
|
||||
}, {
|
||||
},*/ {
|
||||
icon: 'ti ti-dots',
|
||||
text: i18n.ts.other,
|
||||
to: '/settings/other',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue