From 2cf20d1b818c6d3209e24b99a70d3d3bb2775285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Mon, 18 May 2026 10:41:59 +0800 Subject: [PATCH] 1 --- src/routes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes.ts b/src/routes.ts index e84355f..4c68388 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -13,7 +13,7 @@ export const routes: RouteRecordRaw[] = [ component: HomeView, }, { - path: 'about', + path: 'about-us', component: AboutView }, { @@ -22,7 +22,7 @@ export const routes: RouteRecordRaw[] = [ component: ProductsView }, { - path: 'contact', + path: 'contact-us', name: 'contact', component: ContactView },