diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index 976b6b5..cc0bec1 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -13,6 +13,12 @@ const items = computed(() => [ label: '共享解决方案', active: route.path.startsWith('/sharedSolutions'), children: [ + { + label: '共享电动车', + icon: 'i-lucide-car', + description: '通过扫码开锁,循环共享', + to: '/sharedSolutions/eBike', + }, { label: '共享单车', icon: 'i-lucide-bike', @@ -37,12 +43,7 @@ const items = computed(() => [ description: '立足医院民生需求而诞生,解决医患家属的休息问题', to: '/sharedSolutions/bed', }, - { - label: '共享电动车', - icon: 'i-lucide-car', - description: '通过扫码开锁,循环共享', - to: '/sharedSolutions/eBike', - }, + { label: '共享充电宝', icon: 'i-lucide-battery', @@ -73,23 +74,25 @@ const items = computed(() => [ label: '软件应用开发', active: route.path.startsWith('/softwareDevelopment'), children: [ - { - label: '微信开发', - icon: 'i-lucide-message-circle', - description: '定制开发可使您的微信公众平台更突出价值', - to: '/softwareDevelopment/wechat', - }, { label: 'APP开发', icon: 'i-lucide-smartphone', description: '小程序是一种新的开放能力,可以在微信内被便捷地获取和传播,同时具有出色的使用体验', to: '/softwareDevelopment/app', + }, { label: '小程序开发', icon: 'i-lucide-zap', description: '提供高效的APP开发、手机APP制作与APP管理等服务', to: '/softwareDevelopment/miniprogram', + + }, + { + label: '微信开发', + icon: 'i-lucide-message-circle', + description: '定制开发可使您的微信公众平台更突出价值', + to: '/softwareDevelopment/wechat', } ] }, diff --git a/app/components/index/item5.vue b/app/components/index/item5.vue index 710da2c..fab157c 100644 --- a/app/components/index/item5.vue +++ b/app/components/index/item5.vue @@ -1,114 +1,208 @@ \ No newline at end of file diff --git a/app/components/news/new.vue b/app/components/news/new.vue index 3b6c8ea..87df8b6 100644 --- a/app/components/news/new.vue +++ b/app/components/news/new.vue @@ -55,7 +55,7 @@ const solutionsArticles = [ }, { id: 3, - title: '玉屏无人售货机系统软硬件一体化方案', + title: '创特无人售货机系统软硬件一体化方案', date: '2019-05-21', link: '/news/unmanned-vending-machine-solution' }, @@ -67,9 +67,9 @@ const solutionsArticles = [ }, { id: 5, - title: '玉犀无人售货机系统软硬件一体化方案', + title: '创特无人售货机系统软硬件一体化方案', date: '2019-05-19', - link: '/news/yuxi-unmanned-vending-machine' + link: '/news/CHAUNGTE-unmanned-vending-machine' }, { id: 6, @@ -177,7 +177,7 @@ const industryTrendsArticles = [ }, { id: 2, - title: '玉犀科技浅析共享碾米机方案开发的发展潜力', + title: '创特科技浅析共享碾米机方案开发的发展潜力', date: '2019-05-21', link: '/news/shared-rice-mill-development-potential' }, @@ -238,8 +238,8 @@ const pagination = { link: '/news/why-shared-charging-cable-popular' }, next: { - title: '玉犀无人售货机系统软硬件一体化方案', - link: '/news/yuxi-unmanned-vending-machine' + title: '创特无人售货机系统软硬件一体化方案', + link: '/news/CHAUNGTE-unmanned-vending-machine' } } diff --git a/app/components/sharedSolutions/eBike/item1.vue b/app/components/sharedSolutions/eBike/item1.vue index ef19a48..fe0f05f 100644 --- a/app/components/sharedSolutions/eBike/item1.vue +++ b/app/components/sharedSolutions/eBike/item1.vue @@ -62,7 +62,7 @@ const contactUs = () => { // 这里可以集成实际的联系逻辑 console.log('联系客服') - alert('请联系:400-123-4567') + alert('请联系:133-7697-0966') }