中英文切换

This commit is contained in:
2025-12-31 10:25:06 +08:00
parent 0ed7f0498a
commit 428aa03793
6 changed files with 36 additions and 34 deletions

View File

@@ -70,7 +70,7 @@ export const constantRoutes = [
path: 'index',
component: () => import('@/views/index'),
name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true }
meta: { title: 'Home', icon: 'dashboard', affix: true }
}
]
},