feat:新增联系我们

This commit is contained in:
Xwen
2023-12-24 20:05:34 +08:00
parent 3b73121c29
commit 038e0bea86
5 changed files with 64 additions and 11 deletions

View File

@@ -80,6 +80,14 @@ const router = createRouter({
title: "主题封面",
},
},
{
name: "contact",
path: "/contact",
component: () => import("../views/contact/index.vue"),
meta: {
title: "联系我们",
},
},
],
},
{ path: "/:pathMatch(.*)*", name: "NotFound", component: NotFound },