@@ -3,7 +3,7 @@ const env = require('./env')
export default {
// Global page headers: https://go.nuxtjs.dev/config-head
head: {
- title: 'de-net-official',
+ title: 'de-net-official1',
htmlAttrs: {
lang: 'en'
},
@@ -353,6 +353,9 @@ export default {
mounted() {
+ if (!this.detail.postId) {
+ return
+ }
//改变font-size
(function (doc, win) {
var docEI = doc.documentElement,