From 70c56da6a30db3c77f527c864d3e9ee394e3be15 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 28 Oct 2025 10:13:47 +0800 Subject: [PATCH] =?UTF-8?q?seo=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.vue | 60 +++++++++++++++++++++++------------- app/components/AppHeader.vue | 9 +----- nuxt.config.ts | 5 +++ 3 files changed, 44 insertions(+), 30 deletions(-) diff --git a/app/app.vue b/app/app.vue index c7e6bb1..046c49f 100644 --- a/app/app.vue +++ b/app/app.vue @@ -10,32 +10,32 @@
-
- 服务项目展示图片1 +
+ 服务项目展示图片1
-
- 服务项目展示图片2 +
+ 服务项目展示图片2
-
- 服务项目展示图片3 +
+ 服务项目展示图片3
-
- 服务项目展示图片4 +
+ 服务项目展示图片4
-
- 服务项目展示图片5 +
+ 服务项目展示图片5
-
- 服务项目展示图片6 +
+ 服务项目展示图片6
-
- 服务项目展示图片7 +
+ 服务项目展示图片7
-
- 服务项目展示图片8 +
+ 服务项目展示图片8
-
- 服务项目展示图片9 +
+ 服务项目展示图片9
@@ -138,10 +138,26 @@ useHead({ title: '联系我们 - 专业服务公司 | 电话:15280659990', meta: [ - { name: 'description', content: '联系我们获取专业服务。地址:福建省福鼎市太姥山镇海埕路13号,电话:15280659990,邮箱:564737095@qq.com。工作时间:周一至周六 8:30-18:00。' }, - { name: 'keywords', content: '联系我们,联系方式,电话,邮箱,地址,福建省福鼎市,太姥山镇,海埕路,工作时间' }, - { name: 'author', content: '专业服务公司' }, - { name: 'robots', content: 'index, follow' }, + { + name: 'description', + content: '创特物联科技提供OEM电动车共享系统解决方案,含客户端/商户端小程序、智能中控硬件及管理系统。厂家直销支持定制,品质可靠。联系电话:15280659990' + }, + { + name: 'keywords', + content: '共享电动车系统,电动车小程序开发,智能中控模块,OEM电动车方案,共享电单车管理系统,电动车物联网,创特物联科技,福建电动车解决方案,电动车定制开发,共享电动车中控,电动车智能硬件' + }, + { + name: 'author', + content: '创特物联科技(福鼎)有限公司' + }, + { + name: 'robots', + content: 'index, follow, max-snippet:150' + }, + { + name: 'copyright', + content: 'Chuangte IoT Technology' + }, { property: 'og:title', content: '联系我们 - 专业服务公司' }, { property: 'og:description', content: '联系我们获取专业服务。地址:福建省福鼎市太姥山镇海埕路13号,电话:15280659990' }, { property: 'og:type', content: 'website' }, diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index 2018e0a..3af159e 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -22,10 +22,7 @@ onUnmounted(() => window.removeEventListener('scroll', handleScroll)) -//:ui="headerUI" -//:ui="{link: 'text-white text-lg font-bold '}" diff --git a/nuxt.config.ts b/nuxt.config.ts index 848eed8..ff509a3 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -10,4 +10,9 @@ export default defineNuxtConfig({ googleicons: false // 禁用 Google Icons } }, + // 开发服务器配置 + devServer: { + port: 3008, + host: '0.0.0.0' + } }) \ No newline at end of file