diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index 52ede4c..47fe3c9 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -71,8 +71,27 @@ const items = computed(() => [ }, { label: '软件应用开发', - to: 'https://github.com/nuxt/ui/releases', - target: '_blank' + 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: '物联网解决方案',