diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index 27f681b..6b4ae88 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -15,7 +15,7 @@ const items = computed(() => [{ active: route.path.startsWith('/product'), children: [ {label: '智慧蜂场建设', to: '/product/beenfactory'}, - {label: '智能蜂箱研制', to: '/hive'}, + {label: '智能蜂箱研制', to: '/product/beenhive'}, {label: '质量安全溯源', to: '/hive'}, {label: '蜂产业大数据', to: '/sensors'}, {label: '知识服务中心', to: '/sensors'}, diff --git a/app/components/product/beenHive/Hero.vue b/app/components/product/beenHive/Hero.vue new file mode 100644 index 0000000..ef35561 --- /dev/null +++ b/app/components/product/beenHive/Hero.vue @@ -0,0 +1,68 @@ + + + + diff --git a/app/pages/product/beenHive.vue b/app/pages/product/beenHive.vue new file mode 100644 index 0000000..f41404f --- /dev/null +++ b/app/pages/product/beenHive.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/public/img/product/beenHive/banner.png b/public/img/product/beenHive/banner.png new file mode 100644 index 0000000..9f77b11 Binary files /dev/null and b/public/img/product/beenHive/banner.png differ