diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index 47fe3c9..976b6b5 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -95,8 +95,27 @@ const items = computed(() => [ }, { label: '物联网解决方案', - to: 'https://github.com/nuxt/ui/releases', - target: '_blank' + active: route.path.startsWith('/IoTSolutions'), + children: [ + { + label: '物联网应用定制', + icon: 'i-lucide-settings', + description: '规范化的开发流程,实现产品快速落地', + to: '/IoTSolutions/applicationCustomization', + }, + { + label: '物联网智能硬件', + icon: 'i-lucide-cpu', + description: '支持定制,满足各类硬件场景需求', + to: '/IoTSolutions/smartHardware', + }, + { + label: '物联网IoT云平台', + icon: 'i-lucide-cloud', + description: '灵活、可靠、安全,有效降低成本', + to: '/IoTSolutions/iotCloudPlatform', + } + ] }, { label: '关于创特', diff --git a/app/components/IoTSolutions/applicationCustomization/index.vue b/app/components/IoTSolutions/applicationCustomization/index.vue new file mode 100644 index 0000000..c086cd1 --- /dev/null +++ b/app/components/IoTSolutions/applicationCustomization/index.vue @@ -0,0 +1,588 @@ + + + + + \ No newline at end of file diff --git a/app/components/softwareDevelopment/MiniProgram/index.vue b/app/components/softwareDevelopment/MiniProgram/index.vue index 621c940..b8e8ae6 100644 --- a/app/components/softwareDevelopment/MiniProgram/index.vue +++ b/app/components/softwareDevelopment/MiniProgram/index.vue @@ -3,7 +3,7 @@ const qualityAssurance = { title: '品质保证 源码交付', year: '2016', - company: 'New Yu Xi', + company: '创特', description: '专业的软件开发团队,提供高品质的源码交付服务' } @@ -100,42 +100,45 @@ const sevenGuarantees = [
-
+
-
+ class="absolute w-1 h-1 bg-white rounded-full animate-pulse" + />
- +
-
+
-
-
+
+
-
+ class="absolute w-1 h-1 bg-white rounded-full animate-ping" + />
- +
@@ -160,7 +163,7 @@ const sevenGuarantees = [
-
+

五大技术核心

@@ -171,26 +174,27 @@ const sevenGuarantees = [
-
-
- +
- +

{{ tech.title }}

- +

{{ tech.description }} @@ -211,27 +215,27 @@ const sevenGuarantees = [

Seven guarantee

-
+
-
- -
- +
+

@@ -242,7 +246,7 @@ const sevenGuarantees = [

- +

diff --git a/app/components/industrySolutions/ElectCar/item1.vue b/app/pages/IoTSolutions/applicationCustomization.vue similarity index 70% rename from app/components/industrySolutions/ElectCar/item1.vue rename to app/pages/IoTSolutions/applicationCustomization.vue index cfe0640..e08f3a1 100644 --- a/app/components/industrySolutions/ElectCar/item1.vue +++ b/app/pages/IoTSolutions/applicationCustomization.vue @@ -4,7 +4,7 @@