From 4c8e4f353f08ed9f101589a375a1433deb970dc7 Mon Sep 17 00:00:00 2001 From: yige Date: Sun, 10 May 2020 19:39:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/default.vue | 2 +- nuxt.config.js | 2 +- pages/post/_id.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/default.vue b/layouts/default.vue index fef86ac..43a0c52 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 8bbfedf..b9ea74c 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 1b930c8..834117e 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} - 轶哥` } } }