Ver código fonte

修改网页标题

t_finder 1 mês atrás
pai
commit
b03f7452a4
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      nuxt.config.js

+ 2 - 2
nuxt.config.js

@@ -22,7 +22,7 @@ export default {
   // Global page headers: https://go.nuxtjs.dev/config-head
   head: {
     titleTemplate: '%s',
-    title: '双子星云手机',
+    title: '云手机',
     htmlAttrs: {
       lang: 'zh-CN',
     },
@@ -52,7 +52,7 @@ export default {
       {
         hid: 'keywords',
         name: 'keywords',
-        content: '双子星云手机',
+        content: '云手机',
       },
     ],
     link: [{ rel: 'icon', type: 'image/x-icon', href: '/h5/favicon.ico' }],