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 @@ + + + + +