mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 00:42:12 +08:00
feat: multi-language support
This commit is contained in:
@@ -1,27 +1,22 @@
|
||||
import type { MenuModule } from '/@/router/types.d';
|
||||
|
||||
const menu: MenuModule = {
|
||||
orderNo: 10,
|
||||
menu: {
|
||||
name: 'Dashboard',
|
||||
name: 'routes.dashboard.dashboard',
|
||||
path: '/dashboard',
|
||||
// tag: {
|
||||
// dot: true,
|
||||
// },
|
||||
children: [
|
||||
{
|
||||
path: '/workbench',
|
||||
name: '工作台',
|
||||
// tag: {
|
||||
// content: 'new',
|
||||
// },
|
||||
name: 'routes.dashboard.workbench',
|
||||
},
|
||||
{
|
||||
path: '/analysis',
|
||||
name: '分析页',
|
||||
name: 'routes.dashboard.analysis',
|
||||
},
|
||||
{
|
||||
path: '/welcome',
|
||||
name: '首页',
|
||||
name: 'routes.dashboard.welcome',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user