diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index 6b4ae88..4510ffd 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -16,7 +16,7 @@ const items = computed(() => [{ children: [ {label: '智慧蜂场建设', to: '/product/beenfactory'}, {label: '智能蜂箱研制', to: '/product/beenhive'}, - {label: '质量安全溯源', to: '/hive'}, + {label: '质量安全溯源', to: '/product/beensafe'}, {label: '蜂产业大数据', to: '/sensors'}, {label: '知识服务中心', to: '/sensors'}, ] diff --git a/app/components/product/beenSafe/Hero.vue b/app/components/product/beenSafe/Hero.vue new file mode 100644 index 0000000..4a5a5f9 --- /dev/null +++ b/app/components/product/beenSafe/Hero.vue @@ -0,0 +1,61 @@ + + + + diff --git a/app/pages/product/beenSafe.vue b/app/pages/product/beenSafe.vue new file mode 100644 index 0000000..6dbaed9 --- /dev/null +++ b/app/pages/product/beenSafe.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/public/img/product/beenSafe/banner.png b/public/img/product/beenSafe/banner.png new file mode 100644 index 0000000..8c999fa Binary files /dev/null and b/public/img/product/beenSafe/banner.png differ diff --git a/public/img/product/beenSafe/intro.png b/public/img/product/beenSafe/intro.png new file mode 100644 index 0000000..9dd3a33 Binary files /dev/null and b/public/img/product/beenSafe/intro.png differ diff --git a/public/img/product/beenSafe/product1.png b/public/img/product/beenSafe/product1.png new file mode 100644 index 0000000..2c107ba Binary files /dev/null and b/public/img/product/beenSafe/product1.png differ diff --git a/public/img/product/beenSafe/product2.png b/public/img/product/beenSafe/product2.png new file mode 100644 index 0000000..4d42fa8 Binary files /dev/null and b/public/img/product/beenSafe/product2.png differ diff --git a/public/img/product/beenSafe/product3.png b/public/img/product/beenSafe/product3.png new file mode 100644 index 0000000..0b103bb Binary files /dev/null and b/public/img/product/beenSafe/product3.png differ