From 777eb96d651bf89d72713df4b50ad8f05ea915c2 Mon Sep 17 00:00:00 2001 From: zhcnyuyang Date: Mon, 12 May 2025 14:54:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E9=83=A8=E6=9B=B4=E6=94=B9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router.js b/src/router.js index 0f4693e..7ec22fe 100644 --- a/src/router.js +++ b/src/router.js @@ -5,7 +5,7 @@ const routes= [ path: '/', name: 'Homepage', component: ()=>import('./components/Homepage.vue'), - meta: { title: '首页-开动文化科技(北京)有限公司' } + meta: { title: 'KDESIGN - 首页' } }, { path: '/ContactUs',