From fe1c5cff00014a46dec56705de3426037839c261 Mon Sep 17 00:00:00 2001
From: tj <1378534974@qq.com>
Date: 星期三, 07 五月 2025 16:09:54 +0800
Subject: [PATCH] home css update

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

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

--
Gitblit v1.9.3