mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-10 10:50:23 +08:00
finish register
This commit is contained in:
17
frontend/vben/src/router/menus/modules/about.ts
Normal file
17
frontend/vben/src/router/menus/modules/about.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import type { MenuModule } from '/@/router/types'
|
||||
import { t } from '/@/hooks/web/useI18n'
|
||||
const menu: MenuModule = {
|
||||
orderNo: 100,
|
||||
menu: {
|
||||
name: t('routes.dashboard.about'),
|
||||
path: '/about',
|
||||
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: t('routes.dashboard.about'),
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
export default menu
|
||||
Reference in New Issue
Block a user