1
0
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:
源文雨
2023-03-18 15:55:04 +08:00
parent a00b9e4048
commit a409325770
7 changed files with 36 additions and 50 deletions

View File

@@ -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,
},
},
],
}