全部更改页面标题

This commit is contained in:
zhcnyuyang 2025-05-12 14:54:06 +08:00
parent bc7f625edf
commit 777eb96d65

View File

@ -5,7 +5,7 @@ const routes= [
path: '/',
name: 'Homepage',
component: ()=>import('./components/Homepage.vue'),
meta: { title: '首页-开动文化科技(北京)有限公司' }
meta: { title: 'KDESIGN - 首页' }
},
{
path: '/ContactUs',