From e5f063831e48aa68906e4b8d410981a445a76ae6 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Tue, 10 Sep 2024 17:49:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=20=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 38740b3..6415b27 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -13,9 +13,9 @@ const routes = [ { path: "/", name: "index1", - component: ClaimView, + component: HomeView, meta: { - title: "claim", + title: "home", canonical: "https://.counterfire.games", }, },