Sfoglia il codice sorgente

seo: 添加首页title

reaper 2 settimane fa
parent
commit
402185bdd3
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 1 4
      app/pages/pc/index.vue

+ 1 - 4
app/pages/pc/index.vue

@@ -349,6 +349,7 @@ const onVideoLoaded = () => {
 }
 
 useHead(() => ({
+  title:'DDAC',
   meta: [
     { name: 'viewport', content: 'width=device-width, initial-scale=1' },
     { name: 'description', content: 'DDAC - 游戏盾防御' },
@@ -361,10 +362,6 @@ useHead(() => ({
     lang: 'en'
   }
 }))
-useSeoMeta(() => ({
-  title: 'DDAC - 游戏盾防御',
-  description: '高防服务器 | 高防DNS | 游戏盾SDK | 高防CDN',
-}))
 </script>
 
 <style scoped lang="scss">