From 13c22bd501286d02658f0812c3f19285cfa23024 Mon Sep 17 00:00:00 2001 From: tanghaolin <1723298894@qq.com> Date: 星期五, 18 四月 2025 18:00:30 +0800 Subject: [PATCH] 修改详细页面 --- src/router/index.ts | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 2b8073a..d3befe5 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -98,6 +98,11 @@ name: 'gb19762-2025', component: () => import('../views/GB19762-2025.vue'), }, + { + path: '/contact-us', + name: 'contact-us', + component: () => import('../views/ContactUs.vue'), + }, ], }); router.beforeEach((to, from, next) => { -- Gitblit v1.9.3