From 6429d4b210fadb4face2ade0bbdc02926c444f72 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Wed, 03 Jan 2024 10:32:12 +0800 Subject: [PATCH] fix:公司官网新建 --- src/router/index.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 7e48f4b..7c1e2f0 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -48,6 +48,7 @@ component: () => import('../views/contact.vue') } ], + // eslint-disable-next-line no-unused-vars scrollBehavior(to, from, savedPosition) { if (to.hash) { -- Gitblit v1.8.0