From 029f8d7be601f1ab16c68341fc870d437bd48061 Mon Sep 17 00:00:00 2001 From: Seven Date: Fri, 16 Jan 2026 22:43:21 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=B1=95=E7=A4=BA=E5=9F=BA=E9=87=91?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E5=88=97=E8=A1=A8=E5=8F=8A=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 4 + src/views/product/index.vue | 205 ++++++++++++++++++++++++++++++++++++ 2 files changed, 209 insertions(+) create mode 100644 src/views/product/index.vue diff --git a/src/router/index.ts b/src/router/index.ts index 84f43d4..775e7d3 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -25,6 +25,10 @@ const routes: Array = [ path: "service", component: () => import("@/views/service/index.vue"), }, + { + path: "product", + component: () => import("@/views/product/index.vue"), + }, ], }, ]; diff --git a/src/views/product/index.vue b/src/views/product/index.vue new file mode 100644 index 0000000..7b37578 --- /dev/null +++ b/src/views/product/index.vue @@ -0,0 +1,205 @@ + + + + +