From bf1263e67b49560666c0ebcc13787d39c17cac13 Mon Sep 17 00:00:00 2001 From: yige Date: Mon, 2 Mar 2020 19:43:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/LeftContent.vue | 2 +- layouts/default.vue | 2 +- nuxt.config.js | 2 +- pages/post/_id.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/LeftContent.vue b/components/LeftContent.vue index a2697ed..d5f0cf8 100644 --- a/components/LeftContent.vue +++ b/components/LeftContent.vue @@ -3,7 +3,7 @@ #wrap #leftMain h1.title - nuxt-link(to='/') 轶哥博客 + nuxt-link(to='/') 轶哥小站 .widget.avatar .widgetTitle label 关于作者 diff --git a/layouts/default.vue b/layouts/default.vue index e41473b..fef86ac 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -15,7 +15,7 @@ path(d='M192 674l640 0 0 64-640 0 0-64Z') nuxt-link(to='/') h1.title - | 轶哥博客 + | 轶哥小站 .page-container #LeftMenu(:style="'display: '+ showLeftMenuValue + ';' + isPhone") LeftContent diff --git a/nuxt.config.js b/nuxt.config.js index 08b021e..3504188 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -11,7 +11,7 @@ module.exports = { ** Headers of the page */ head: { - title: '轶哥博客', + title: '轶哥小站', htmlAttrs: { lang: 'zh-cn' }, diff --git a/pages/post/_id.vue b/pages/post/_id.vue index 52dfaa0..1b930c8 100644 --- a/pages/post/_id.vue +++ b/pages/post/_id.vue @@ -231,7 +231,7 @@ export default { }, head () { return { - title: `${this.Articels.post_title} - 轶哥博客` + title: `${this.Articels.post_title} - 轶哥小站` } } }