diff --git a/public/images/logo.jpg b/public/images/logo.jpg new file mode 100644 index 0000000..a3a5e41 Binary files /dev/null and b/public/images/logo.jpg differ diff --git a/public/images/person1.png b/public/images/person1.png new file mode 100644 index 0000000..e25ff23 Binary files /dev/null and b/public/images/person1.png differ diff --git a/public/images/person2.png b/public/images/person2.png new file mode 100644 index 0000000..69f95e2 Binary files /dev/null and b/public/images/person2.png differ diff --git a/public/images/person3.png b/public/images/person3.png new file mode 100644 index 0000000..ccba7d6 Binary files /dev/null and b/public/images/person3.png differ diff --git a/public/images/person4.png b/public/images/person4.png new file mode 100644 index 0000000..223c9a1 Binary files /dev/null and b/public/images/person4.png differ diff --git a/public/videos/001.mp4 b/public/videos/001.mp4 new file mode 100644 index 0000000..78e1e4a Binary files /dev/null and b/public/videos/001.mp4 differ diff --git a/public/videos/qiyuan2.mp4 b/public/videos/qiyuan2.mp4 new file mode 100644 index 0000000..bac0988 Binary files /dev/null and b/public/videos/qiyuan2.mp4 differ diff --git a/public/videos/tech3.mp4 b/public/videos/tech3.mp4 new file mode 100644 index 0000000..85e3d13 Binary files /dev/null and b/public/videos/tech3.mp4 differ diff --git a/src/components/Footer.vue b/src/components/Footer.vue index ca3a4da..d239be3 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -2,38 +2,15 @@ const currentYear = new Date().getFullYear() - -const footerLinks = { - products: [ - { name: '企业级软件', path: '/products#enterprise' }, - { name: '智能体平台', path: '/products#agent' }, - { name: '数据分析系统', path: '/products#analytics' }, - { name: '移动端应用', path: '/products#mobile' } - ], - solutions: [ - { name: '智能制造', path: '/solutions#manufacturing' }, - { name: '金融科技', path: '/solutions#finance' }, - { name: '医疗健康', path: '/solutions#healthcare' }, - { name: '教育培训', path: '/solutions#education' } - ], - company: [ - { name: '关于我们', path: '/about' }, - { name: '团队介绍', path: '/about#team' }, - { name: '新闻动态', path: '/about#news' }, - { name: '加入我们', path: '/about#careers' } - ] -}