From 88315e144ab2076ee1a75b24f80b165844fb3ff6 Mon Sep 17 00:00:00 2001
From: tj <1378534974@qq.com>
Date: 星期四, 08 五月 2025 10:39:25 +0800
Subject: [PATCH] About Us update

---
 src/router/index.ts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 25d14ca..88f9a97 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -9,7 +9,8 @@
   { path: '/', component: Home },
   { path: '/product', component: Product },
   { path: '/contact', component: Contact },
-  { path: '/about', component: About },
+  { path: '/about',component: Home},
+  { path: '/about2',component: About},
   {
     path: '/pdf-preview',
     name: 'PdfPreview',

--
Gitblit v1.9.3