diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index 4073ebf..d18a02a 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -18,7 +18,7 @@ const items = computed(() => [{ {label: '智能蜂箱研制', to: '/product/beenhive'}, {label: '质量安全溯源', to: '/product/beensafe'}, {label: '蜂产业大数据', to: '/product/beendata'}, - {label: '知识服务中心', to: '/sensors'}, + {label: '知识服务中心', to: '/product/knowledge'}, ] }, { label: '应用实例', @@ -43,9 +43,9 @@ const items = computed(() => [{ }, { label: '联系我们', - to: '/docs/components', + to: '/contact', icon: 'i-lucide-box', - active: route.path.startsWith('/docs/components') + active: route.path.startsWith('/contact') }, ]) diff --git a/app/components/product/knowledge/Hero.vue b/app/components/product/knowledge/Hero.vue new file mode 100644 index 0000000..645bca0 --- /dev/null +++ b/app/components/product/knowledge/Hero.vue @@ -0,0 +1,81 @@ + + + + diff --git a/app/pages/product/knowledge.vue b/app/pages/product/knowledge.vue new file mode 100644 index 0000000..cc0eef5 --- /dev/null +++ b/app/pages/product/knowledge.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/public/img/contact/banner.png b/public/img/contact/banner.png new file mode 100644 index 0000000..b266c29 Binary files /dev/null and b/public/img/contact/banner.png differ diff --git a/public/img/contact/contactBg.png b/public/img/contact/contactBg.png new file mode 100644 index 0000000..7d96cec Binary files /dev/null and b/public/img/contact/contactBg.png differ diff --git a/public/img/contact/map.png b/public/img/contact/map.png new file mode 100644 index 0000000..1a190dc Binary files /dev/null and b/public/img/contact/map.png differ diff --git a/public/img/product/knowledge/banner.png b/public/img/product/knowledge/banner.png new file mode 100644 index 0000000..017fbf0 Binary files /dev/null and b/public/img/product/knowledge/banner.png differ diff --git a/public/img/product/knowledge/dingzhipng.png b/public/img/product/knowledge/dingzhipng.png new file mode 100644 index 0000000..e14d9c1 Binary files /dev/null and b/public/img/product/knowledge/dingzhipng.png differ diff --git a/public/img/product/knowledge/dyj.png b/public/img/product/knowledge/dyj.png new file mode 100644 index 0000000..80f5fd2 Binary files /dev/null and b/public/img/product/knowledge/dyj.png differ diff --git a/public/img/product/knowledge/fqry.png b/public/img/product/knowledge/fqry.png new file mode 100644 index 0000000..40bd6ec Binary files /dev/null and b/public/img/product/knowledge/fqry.png differ diff --git a/public/img/product/knowledge/lzt.png b/public/img/product/knowledge/lzt.png new file mode 100644 index 0000000..19233c6 Binary files /dev/null and b/public/img/product/knowledge/lzt.png differ diff --git a/public/img/product/knowledge/yfbk.png b/public/img/product/knowledge/yfbk.png new file mode 100644 index 0000000..96b885c Binary files /dev/null and b/public/img/product/knowledge/yfbk.png differ diff --git a/public/img/product/knowledge/yfbl.png b/public/img/product/knowledge/yfbl.png new file mode 100644 index 0000000..b3868bb Binary files /dev/null and b/public/img/product/knowledge/yfbl.png differ diff --git a/public/img/product/knowledge/zswd.png b/public/img/product/knowledge/zswd.png new file mode 100644 index 0000000..6a502c6 Binary files /dev/null and b/public/img/product/knowledge/zswd.png differ