This commit is contained in:
李志鹏
2026-05-18 10:41:59 +08:00
parent 1c84d3949f
commit 2cf20d1b81

View File

@@ -13,7 +13,7 @@ export const routes: RouteRecordRaw[] = [
component: HomeView, component: HomeView,
}, },
{ {
path: 'about', path: 'about-us',
component: AboutView component: AboutView
}, },
{ {
@@ -22,7 +22,7 @@ export const routes: RouteRecordRaw[] = [
component: ProductsView component: ProductsView
}, },
{ {
path: 'contact', path: 'contact-us',
name: 'contact', name: 'contact',
component: ContactView component: ContactView
}, },