feat: 首页

This commit is contained in:
2026-05-15 10:29:21 +08:00
parent 3edda93691
commit e797612de6
11 changed files with 554 additions and 87 deletions

View File

@@ -11,23 +11,27 @@ export const routes: RouteRecordRaw[] = [
{
path: '',
component: HomeView,
alias: ['/:lang?', '/:lang?/home'],
alias: ['/:lang?', '/:lang?/home']
},
{
path: 'about',
component: AboutView,
component: AboutView
},
{
path: 'products',
name: 'products',
component: ProductsView,
component: ProductsView
},
{
path: 'contact',
name: 'contact',
component: ContactView,
component: ContactView
},
],
},
{
path: 'aida',
name: 'Aida',
component: () => import('./pages/aida/index.vue')
}
]
}
]