mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-21 19:13:22 +08:00
finish settings/contact page
This commit is contained in:
@@ -35,6 +35,16 @@ const settings: AppRouteModule = {
|
||||
hideMenu: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'contact',
|
||||
name: 'ContactSettingsPage',
|
||||
component: () => import('/@/views/page/settings/contact/index.vue'),
|
||||
meta: {
|
||||
title: t('routes.settings.contact'),
|
||||
icon: 'ion:md-contact',
|
||||
hideMenu: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user