diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index 4510ffd..4073ebf 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -17,7 +17,7 @@ const items = computed(() => [{ {label: '智慧蜂场建设', to: '/product/beenfactory'}, {label: '智能蜂箱研制', to: '/product/beenhive'}, {label: '质量安全溯源', to: '/product/beensafe'}, - {label: '蜂产业大数据', to: '/sensors'}, + {label: '蜂产业大数据', to: '/product/beendata'}, {label: '知识服务中心', to: '/sensors'}, ] }, { diff --git a/app/components/product/beenData/Hero.vue b/app/components/product/beenData/Hero.vue new file mode 100644 index 0000000..1659738 --- /dev/null +++ b/app/components/product/beenData/Hero.vue @@ -0,0 +1,65 @@ + + + + diff --git a/app/components/product/beenFactory/Hero.vue b/app/components/product/beenFactory/Hero.vue index d402065..d6cb340 100644 --- a/app/components/product/beenFactory/Hero.vue +++ b/app/components/product/beenFactory/Hero.vue @@ -34,8 +34,8 @@ const cardItems = ref([ diff --git a/app/components/product/beenSafe/Hero.vue b/app/components/product/beenSafe/Hero.vue index 4a5a5f9..600acb8 100644 --- a/app/components/product/beenSafe/Hero.vue +++ b/app/components/product/beenSafe/Hero.vue @@ -25,8 +25,8 @@ const cardItems = ref([ diff --git a/app/pages/product/beenData.vue b/app/pages/product/beenData.vue new file mode 100644 index 0000000..92ed616 --- /dev/null +++ b/app/pages/product/beenData.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/public/img/product/beenData/banner.png b/public/img/product/beenData/banner.png new file mode 100644 index 0000000..c360974 Binary files /dev/null and b/public/img/product/beenData/banner.png differ diff --git a/public/img/product/beenData/product1.png b/public/img/product/beenData/product1.png new file mode 100644 index 0000000..57287c4 Binary files /dev/null and b/public/img/product/beenData/product1.png differ diff --git a/public/img/product/beenData/product2.png b/public/img/product/beenData/product2.png new file mode 100644 index 0000000..e7671c4 Binary files /dev/null and b/public/img/product/beenData/product2.png differ